#F182DA

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

Shades of Pale Magenta #F182DA

Tints of Pale Magenta #F182DA

Color information

#F182DA (or 0xF182DA) is unknown color: approx Pale Magenta. HEX triplet: F1, 82 and DA. RGB value is (241,130,218). Sum of RGB (Red+Green+Blue) = 241+130+218=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F182DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182DA is #0E7D25. Grayscale: #ACACAC. Windows color (decimal): -949542 or 14320369. OLE color: 14320369.

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

Color convert

RGB241130218-
CMYK00.460.100.05
HSL312.43º79.86%72.75%-
HSV(B)312.43º46.06%94.51%-
XYZ56.9139.7371-
YUV173.22153.27176.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 130 (51.17% from 255) = 22.07%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=40.92%
G=22.07%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113021800.460.100.05312.4379.8672.75
HexF182DA02EA51385049
Octal361202332056125470120111
Binary1111000110000010110110100101110101010110011100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182DA; }

 p { color: rgb(241,130,218); }

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

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

 a { background-color: rgb(241,130,218); }

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

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

 span { border-color: rgb(241,130,218); }

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