Shades of Deep Pink #F01B8F
Tints of Deep Pink #F01B8F
RGB
CMYK
RGB Variations
Color information
#F01B8F (or 0xF01B8F) is known color: Deep Pink. HEX triplet: F0, 1B and 8F. RGB value is (240,27,143). Sum of RGB (Red+Green+Blue) = 240+27+143=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01B8F is #0FE470. Grayscale: #676767. Windows color (decimal): -1041521 or 9378800. OLE color: 9378800.
HSL color Cylindrical-coordinate representation of color #F01B8F: hue angle of 327.32º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01B8F is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 143 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.06 |
| HSL | 327.32º | 0.88% | 0.52% | - |
| HSV(B) | 327.32º | 0.89% | 0.94% | - |
| XYZ | 41.29 | 21.29 | 27.92 | - |
| YUV | 103.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 143 | 0 | 0.89 | 0.40 | 0.06 | 327.32 | 0.88 | 0.52 |
| Hex | F0 | 1B | 8F | 0 | 59 | 28 | 6 | 147 | 58 | 34 |
| Octal | 360 | 33 | 217 | 0 | 131 | 50 | 6 | 507 | 130 | 64 |
| Binary | 11110000 | 11011 | 10001111 | 0 | 1011001 | 101000 | 110 | 101000111 | 1011000 | 110100 |
Color Harmonies of #F01B8F
Complementary color
Monochromatic Colors of #F01B8F
Black with #F01B8F
Text Example
Text Example
White with #F01B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01B8F; }
p { color: rgb(240,27,143); }
H1.HeaderClassName
{
color: #F01B8F;
}
.AnyTagClassName
{
color: #F01B8F;
}
</style>
background-color css
<style>
a { background-color: #F01B8F; }
a { background-color: rgb(240,27,143); }
div.DivClassName
{
background-color: #F01B8F;
}
.BgClassName
{
background-color: #F01B8F;
}
</style>
border-color css
<style>
span { border-color: #F01B8F; }
span { border-color: rgb(240,27,143); }
td.TdClassName
{
border-color: #F01B8F;
}
.TagClassName
{
border-color: #F01B8F;
}
</style>