#F380D6

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

Shades of Pale Magenta #F380D6

Tints of Pale Magenta #F380D6

Color information

#F380D6 (or 0xF380D6) is unknown color: approx Pale Magenta. HEX triplet: F3, 80 and D6. RGB value is (243,128,214). Sum of RGB (Red+Green+Blue) = 243+128+214=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F380D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F380D6 is #0C7F29. Grayscale: #ABABAB. Windows color (decimal): -818986 or 14057715. OLE color: 14057715.

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

Color convert

RGB243128214-
CMYK00.470.120.05
HSL315.13º82.73%72.75%-
HSV(B)315.13º47.33%95.29%-
XYZ56.8239.3568.22-
YUV172.19151.6178.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.54%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 214 (83.98% from 255) = 36.58%
R=41.54%
G=21.88%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312821400.470.120.05315.1382.7372.75
HexF380D602FC513b5349
Octal363200326057145473123111
Binary1111001110000000110101100101111110010110011101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F380D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F380D6; }

 p { color: rgb(243,128,214); }

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

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

 a { background-color: rgb(243,128,214); }

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

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

 span { border-color: rgb(243,128,214); }

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