Shades of Deep Pink #F11A8C
Tints of Deep Pink #F11A8C
RGB
CMYK
RGB Variations
Color information
#F11A8C (or 0xF11A8C) is known color: Deep Pink. HEX triplet: F1, 1A and 8C. RGB value is (241,26,140). Sum of RGB (Red+Green+Blue) = 241+26+140=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11A8C is #0EE573. Grayscale: #676767. Windows color (decimal): -976244 or 9181937. OLE color: 9181937.
HSL color Cylindrical-coordinate representation of color #F11A8C: hue angle of 328.19º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A8C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 140 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.05 |
| HSL | 328.19º | 0.88% | 0.52% | - |
| HSV(B) | 328.19º | 0.89% | 0.95% | - |
| XYZ | 41.38 | 21.33 | 26.75 | - |
| YUV | 103.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 140 | 0 | 0.89 | 0.42 | 0.05 | 328.19 | 0.88 | 0.52 |
| Hex | F1 | 1A | 8C | 0 | 59 | 2A | 5 | 148 | 58 | 34 |
| Octal | 361 | 32 | 214 | 0 | 131 | 52 | 5 | 510 | 130 | 64 |
| Binary | 11110001 | 11010 | 10001100 | 0 | 1011001 | 101010 | 101 | 101001000 | 1011000 | 110100 |
Color Harmonies of #F11A8C
Complementary color
Monochromatic Colors of #F11A8C
Black with #F11A8C
Text Example
Text Example
White with #F11A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A8C; }
p { color: rgb(241,26,140); }
H1.HeaderClassName
{
color: #F11A8C;
}
.AnyTagClassName
{
color: #F11A8C;
}
</style>
background-color css
<style>
a { background-color: #F11A8C; }
a { background-color: rgb(241,26,140); }
div.DivClassName
{
background-color: #F11A8C;
}
.BgClassName
{
background-color: #F11A8C;
}
</style>
border-color css
<style>
span { border-color: #F11A8C; }
span { border-color: rgb(241,26,140); }
td.TdClassName
{
border-color: #F11A8C;
}
.TagClassName
{
border-color: #F11A8C;
}
</style>