Shades of Deep Pink #F11B8C
Tints of Deep Pink #F11B8C
RGB
CMYK
RGB Variations
Color information
#F11B8C (or 0xF11B8C) is known color: Deep Pink. HEX triplet: F1, 1B and 8C. RGB value is (241,27,140). Sum of RGB (Red+Green+Blue) = 241+27+140=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11B8C is #0EE473. Grayscale: #676767. Windows color (decimal): -975988 or 9182193. OLE color: 9182193.
HSL color Cylindrical-coordinate representation of color #F11B8C: hue angle of 328.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B8C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 140 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.05 |
| HSL | 328.32º | 0.88% | 0.53% | - |
| HSV(B) | 328.32º | 0.89% | 0.95% | - |
| XYZ | 41.4 | 21.38 | 26.76 | - |
| YUV | 103.87 | 148.4 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 140 | 0 | 0.89 | 0.42 | 0.05 | 328.32 | 0.88 | 0.53 |
| Hex | F1 | 1B | 8C | 0 | 59 | 2A | 5 | 148 | 58 | 35 |
| Octal | 361 | 33 | 214 | 0 | 131 | 52 | 5 | 510 | 130 | 65 |
| Binary | 11110001 | 11011 | 10001100 | 0 | 1011001 | 101010 | 101 | 101001000 | 1011000 | 110101 |
Color Harmonies of #F11B8C
Complementary color
Monochromatic Colors of #F11B8C
Black with #F11B8C
Text Example
Text Example
White with #F11B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B8C; }
p { color: rgb(241,27,140); }
H1.HeaderClassName
{
color: #F11B8C;
}
.AnyTagClassName
{
color: #F11B8C;
}
</style>
background-color css
<style>
a { background-color: #F11B8C; }
a { background-color: rgb(241,27,140); }
div.DivClassName
{
background-color: #F11B8C;
}
.BgClassName
{
background-color: #F11B8C;
}
</style>
border-color css
<style>
span { border-color: #F11B8C; }
span { border-color: rgb(241,27,140); }
td.TdClassName
{
border-color: #F11B8C;
}
.TagClassName
{
border-color: #F11B8C;
}
</style>