Shades of Deep Pink #F01C8B
Tints of Deep Pink #F01C8B
RGB
CMYK
RGB Variations
Color information
#F01C8B (or 0xF01C8B) is known color: Deep Pink. HEX triplet: F0, 1C and 8B. RGB value is (240,28,139). Sum of RGB (Red+Green+Blue) = 240+28+139=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C8B is #0FE374. Grayscale: #676767. Windows color (decimal): -1041269 or 9116912. OLE color: 9116912.
HSL color Cylindrical-coordinate representation of color #F01C8B: hue angle of 328.58º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C8B is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 139 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.06 |
| HSL | 328.58º | 0.88% | 0.53% | - |
| HSV(B) | 328.58º | 0.88% | 0.94% | - |
| XYZ | 41.01 | 21.22 | 26.36 | - |
| YUV | 104.04 | 147.74 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 139 | 0 | 0.88 | 0.42 | 0.06 | 328.58 | 0.88 | 0.53 |
| Hex | F0 | 1C | 8B | 0 | 58 | 2A | 6 | 149 | 58 | 35 |
| Octal | 360 | 34 | 213 | 0 | 130 | 52 | 6 | 511 | 130 | 65 |
| Binary | 11110000 | 11100 | 10001011 | 0 | 1011000 | 101010 | 110 | 101001001 | 1011000 | 110101 |
Color Harmonies of #F01C8B
Complementary color
Monochromatic Colors of #F01C8B
Black with #F01C8B
Text Example
Text Example
White with #F01C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C8B; }
p { color: rgb(240,28,139); }
H1.HeaderClassName
{
color: #F01C8B;
}
.AnyTagClassName
{
color: #F01C8B;
}
</style>
background-color css
<style>
a { background-color: #F01C8B; }
a { background-color: rgb(240,28,139); }
div.DivClassName
{
background-color: #F01C8B;
}
.BgClassName
{
background-color: #F01C8B;
}
</style>
border-color css
<style>
span { border-color: #F01C8B; }
span { border-color: rgb(240,28,139); }
td.TdClassName
{
border-color: #F01C8B;
}
.TagClassName
{
border-color: #F01C8B;
}
</style>