#F181D2

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

Shades of Pale Magenta #F181D2

Tints of Pale Magenta #F181D2

Color information

#F181D2 (or 0xF181D2) is unknown color: approx Pale Magenta. HEX triplet: F1, 81 and D2. RGB value is (241,129,210). Sum of RGB (Red+Green+Blue) = 241+129+210=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F181D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181D2 is #0E7E2D. Grayscale: #ABABAB. Windows color (decimal): -949806 or 13795825. OLE color: 13795825.

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

Color convert

RGB241129210-
CMYK00.460.130.05
HSL316.61º80%72.55%-
HSV(B)316.61º46.47%94.51%-
XYZ55.7639.0565.57-
YUV171.72149.61177.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 129 (50.78% from 255) = 22.24%
BLUE value IS 210 (82.42% from 255) = 36.21%
R=41.55%
G=22.24%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112921000.460.130.05316.618072.55
HexF181D202ED513d5049
Octal361201322056155475120111
Binary1111000110000001110100100101110110110110011110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181D2; }

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

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

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

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

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

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

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

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