Shades of Deep Pink #F0117B
Tints of Deep Pink #F0117B
RGB
CMYK
RGB Variations
Color information
#F0117B (or 0xF0117B) is known color: Deep Pink. HEX triplet: F0, 11 and 7B. RGB value is (240,17,123). Sum of RGB (Red+Green+Blue) = 240+17+123=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0117B is #0FEE84. Grayscale: #5F5F5F. Windows color (decimal): -1044101 or 8065520. OLE color: 8065520.
HSL color Cylindrical-coordinate representation of color #F0117B: hue angle of 331.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0117B is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 123 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.06 |
| HSL | 331.48º | 0.88% | 0.5% | - |
| HSV(B) | 331.48º | 0.93% | 0.94% | - |
| XYZ | 39.71 | 20.36 | 20.58 | - |
| YUV | 95.76 | 143.38 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 123 | 0 | 0.93 | 0.49 | 0.06 | 331.48 | 0.88 | 0.5 |
| Hex | F0 | 11 | 7B | 0 | 5D | 31 | 6 | 14B | 58 | 32 |
| Octal | 360 | 21 | 173 | 0 | 135 | 61 | 6 | 513 | 130 | 62 |
| Binary | 11110000 | 10001 | 1111011 | 0 | 1011101 | 110001 | 110 | 101001011 | 1011000 | 110010 |
Color Harmonies of #F0117B
Complementary color
Monochromatic Colors of #F0117B
Black with #F0117B
Text Example
Text Example
White with #F0117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0117B; }
p { color: rgb(240,17,123); }
H1.HeaderClassName
{
color: #F0117B;
}
.AnyTagClassName
{
color: #F0117B;
}
</style>
background-color css
<style>
a { background-color: #F0117B; }
a { background-color: rgb(240,17,123); }
div.DivClassName
{
background-color: #F0117B;
}
.BgClassName
{
background-color: #F0117B;
}
</style>
border-color css
<style>
span { border-color: #F0117B; }
span { border-color: rgb(240,17,123); }
td.TdClassName
{
border-color: #F0117B;
}
.TagClassName
{
border-color: #F0117B;
}
</style>