Shades of Deep Pink #F01D7B
Tints of Deep Pink #F01D7B
RGB
CMYK
RGB Variations
Color information
#F01D7B (or 0xF01D7B) is known color: Deep Pink. HEX triplet: F0, 1D and 7B. RGB value is (240,29,123). Sum of RGB (Red+Green+Blue) = 240+29+123=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F01D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01D7B is #0FE284. Grayscale: #666666. Windows color (decimal): -1041029 or 8068592. OLE color: 8068592.
HSL color Cylindrical-coordinate representation of color #F01D7B: hue angle of 333.27º 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 #F01D7B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 29 | 123 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.06 |
| HSL | 333.27º | 0.88% | 0.53% | - |
| HSV(B) | 333.27º | 0.88% | 0.94% | - |
| XYZ | 39.95 | 20.83 | 20.65 | - |
| YUV | 102.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 29 | 123 | 0 | 0.88 | 0.49 | 0.06 | 333.27 | 0.88 | 0.53 |
| Hex | F0 | 1D | 7B | 0 | 58 | 31 | 6 | 14D | 58 | 35 |
| Octal | 360 | 35 | 173 | 0 | 130 | 61 | 6 | 515 | 130 | 65 |
| Binary | 11110000 | 11101 | 1111011 | 0 | 1011000 | 110001 | 110 | 101001101 | 1011000 | 110101 |
Color Harmonies of #F01D7B
Complementary color
Monochromatic Colors of #F01D7B
Black with #F01D7B
Text Example
Text Example
White with #F01D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01D7B; }
p { color: rgb(240,29,123); }
H1.HeaderClassName
{
color: #F01D7B;
}
.AnyTagClassName
{
color: #F01D7B;
}
</style>
background-color css
<style>
a { background-color: #F01D7B; }
a { background-color: rgb(240,29,123); }
div.DivClassName
{
background-color: #F01D7B;
}
.BgClassName
{
background-color: #F01D7B;
}
</style>
border-color css
<style>
span { border-color: #F01D7B; }
span { border-color: rgb(240,29,123); }
td.TdClassName
{
border-color: #F01D7B;
}
.TagClassName
{
border-color: #F01D7B;
}
</style>