#F182D3

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

Shades of Pale Magenta #F182D3

Tints of Pale Magenta #F182D3

Color information

#F182D3 (or 0xF182D3) is unknown color: approx Pale Magenta. HEX triplet: F1, 82 and D3. RGB value is (241,130,211). Sum of RGB (Red+Green+Blue) = 241+130+211=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F182D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182D3 is #0E7D2C. Grayscale: #ACACAC. Windows color (decimal): -949549 or 13861617. OLE color: 13861617.

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

Color convert

RGB241130211-
CMYK00.460.120.05
HSL316.22º79.86%72.75%-
HSV(B)316.22º46.06%94.51%-
XYZ56.0239.3766.27-
YUV172.42149.77176.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 130 (51.17% from 255) = 22.34%
BLUE value IS 211 (82.81% from 255) = 36.25%
R=41.41%
G=22.34%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113021100.460.120.05316.2279.8672.75
HexF182D302EC513c5049
Octal361202323056145474120111
Binary1111000110000010110100110101110110010110011110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182D3; }

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

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

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

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

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

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

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

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