#F381D6

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

Shades of Pale Magenta #F381D6

Tints of Pale Magenta #F381D6

Color information

#F381D6 (or 0xF381D6) is unknown color: approx Pale Magenta. HEX triplet: F3, 81 and D6. RGB value is (243,129,214). Sum of RGB (Red+Green+Blue) = 243+129+214=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F381D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381D6 is #0C7E29. Grayscale: #ACACAC. Windows color (decimal): -818730 or 14057971. OLE color: 14057971.

HSL color Cylindrical-coordinate representation of color #F381D6: hue angle of 315.26º 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 #F381D6 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243129214-
CMYK00.470.120.05
HSL315.26º82.61%72.94%-
HSV(B)315.26º46.91%95.29%-
XYZ56.9539.6168.26-
YUV172.78151.27178.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 129 (50.78% from 255) = 22.01%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=41.47%
G=22.01%
B=36.52%

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
Decimal24312921400.470.120.05315.2682.6172.94
HexF381D602FC513b5349
Octal363201326057145473123111
Binary1111001110000001110101100101111110010110011101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381D6; }

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

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

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

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

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

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

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

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