#F182D7

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

Shades of Pale Magenta #F182D7

Tints of Pale Magenta #F182D7

Color information

#F182D7 (or 0xF182D7) is unknown color: approx Pale Magenta. HEX triplet: F1, 82 and D7. RGB value is (241,130,215). Sum of RGB (Red+Green+Blue) = 241+130+215=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F182D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182D7 is #0E7D28. Grayscale: #ACACAC. Windows color (decimal): -949545 or 14123761. OLE color: 14123761.

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

Color convert

RGB241130215-
CMYK00.460.110.05
HSL314.05º79.86%72.75%-
HSV(B)314.05º46.06%94.51%-
XYZ56.5239.5768.95-
YUV172.88151.77176.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 130 (51.17% from 255) = 22.18%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=41.13%
G=22.18%
B=36.69%

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
Decimal24113021500.460.110.05314.0579.8672.75
HexF182D702EB513a5049
Octal361202327056135472120111
Binary1111000110000010110101110101110101110110011101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182D7; }

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

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

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

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

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

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

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

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