#F183D7

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

Shades of Pale Magenta #F183D7

Tints of Pale Magenta #F183D7

Color information

#F183D7 (or 0xF183D7) is unknown color: approx Pale Magenta. HEX triplet: F1, 83 and D7. RGB value is (241,131,215). Sum of RGB (Red+Green+Blue) = 241+131+215=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F183D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183D7 is #0E7C28. Grayscale: #ADADAD. Windows color (decimal): -949289 or 14124017. OLE color: 14124017.

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

Color convert

RGB241131215-
CMYK00.460.110.05
HSL314.18º79.71%72.94%-
HSV(B)314.18º45.64%94.51%-
XYZ56.6639.8468.99-
YUV173.47151.44176.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 131 (51.56% from 255) = 22.32%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=41.06%
G=22.32%
B=36.63%

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
Decimal24113121500.460.110.05314.1879.7172.94
HexF183D702EB513a5049
Octal361203327056135472120111
Binary1111000110000011110101110101110101110110011101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183D7; }

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

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

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

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

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

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

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

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