#F181D6

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

Shades of Pale Magenta #F181D6

Tints of Pale Magenta #F181D6

Color information

#F181D6 (or 0xF181D6) is unknown color: approx Pale Magenta. HEX triplet: F1, 81 and D6. RGB value is (241,129,214). Sum of RGB (Red+Green+Blue) = 241+129+214=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F181D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181D6 is #0E7E29. Grayscale: #ABABAB. Windows color (decimal): -949802 or 14057969. OLE color: 14057969.

HSL color Cylindrical-coordinate representation of color #F181D6: hue angle of 314.46º degrees, saturation: 0.8, 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 #F181D6 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241129214-
CMYK00.460.110.05
HSL314.46º80%72.55%-
HSV(B)314.46º46.47%94.51%-
XYZ56.2639.2668.23-
YUV172.18151.61177.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=41.27%
G=22.09%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112921400.460.110.05314.468072.55
HexF181D602EB513a5049
Octal361201326056135472120111
Binary1111000110000001110101100101110101110110011101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181D6; }

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

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

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

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

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

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

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

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