#F383D5

Color #F383D5 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F383D5

Tints of Pale Magenta #F383D5

Color information

#F383D5 (or 0xF383D5) is unknown color: approx Pale Magenta. HEX triplet: F3, 83 and D5. RGB value is (243,131,213). Sum of RGB (Red+Green+Blue) = 243+131+213=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F383D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F383D5 is #0C7C2A. Grayscale: #ADADAD. Windows color (decimal): -818219 or 13992947. OLE color: 13992947.

HSL color Cylindrical-coordinate representation of color #F383D5: hue angle of 316.07º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F383D5 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243131213-
CMYK00.460.120.05
HSL316.07º82.35%73.33%-
HSV(B)316.07º46.09%95.29%-
XYZ57.0940.0967.68-
YUV173.84150.11177.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 131 (51.56% from 255) = 22.32%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=41.40%
G=22.32%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313121300.460.120.05316.0782.3573.33
HexF383D502EC513c5249
Octal363203325056145474122111
Binary1111001110000011110101010101110110010110011110010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F383D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F383D5; }

 p { color: rgb(243,131,213); }

 H1.HeaderClassName
 {
   color: #F383D5;
 }
 .AnyTagClassName
 {
   color: #F383D5;
 }
</style>
background-color css

<style>
 a { background-color: #F383D5; }

 a { background-color: rgb(243,131,213); }

 div.DivClassName
 {
   background-color: #F383D5;
 }
 .BgClassName
 {
   background-color: #F383D5;
 }
</style>
border-color css

<style>
 span { border-color: #F383D5; }

 span { border-color: rgb(243,131,213); }

 td.TdClassName
 {
   border-color: #F383D5;
 }
 .TagClassName
 {
   border-color: #F383D5;
 }
</style>