#F183D6

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

Shades of Pale Magenta #F183D6

Tints of Pale Magenta #F183D6

Color information

#F183D6 (or 0xF183D6) is unknown color: approx Pale Magenta. HEX triplet: F1, 83 and D6. RGB value is (241,131,214). Sum of RGB (Red+Green+Blue) = 241+131+214=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F183D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183D6 is #0E7C29. Grayscale: #ADADAD. Windows color (decimal): -949290 or 14058481. OLE color: 14058481.

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

Color convert

RGB241131214-
CMYK00.460.110.05
HSL314.73º79.71%72.94%-
HSV(B)314.73º45.64%94.51%-
XYZ56.5339.7968.32-
YUV173.35150.94176.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 131 (51.56% from 255) = 22.35%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=41.13%
G=22.35%
B=36.52%

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
Decimal24113121400.460.110.05314.7379.7172.94
HexF183D602EB513b5049
Octal361203326056135473120111
Binary1111000110000011110101100101110101110110011101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F183D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F183D6; }

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

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

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

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

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

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

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

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