Shades of Deep Pink #F4207B
Tints of Deep Pink #F4207B
RGB
CMYK
RGB Variations
Color information
#F4207B (or 0xF4207B) is known color: Deep Pink. HEX triplet: F4, 20 and 7B. RGB value is (244,32,123). Sum of RGB (Red+Green+Blue) = 244+32+123=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F4207B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4207B is #0BDF84. Grayscale: #696969. Windows color (decimal): -778117 or 8069364. OLE color: 8069364.
HSL color Cylindrical-coordinate representation of color #F4207B: hue angle of 334.25º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4207B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 123 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.04 |
| HSL | 334.25º | 0.91% | 0.54% | - |
| HSV(B) | 334.25º | 0.87% | 0.96% | - |
| XYZ | 41.4 | 21.7 | 20.74 | - |
| YUV | 105.76 | 137.74 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 123 | 0 | 0.87 | 0.50 | 0.04 | 334.25 | 0.91 | 0.54 |
| Hex | F4 | 20 | 7B | 0 | 57 | 32 | 4 | 14E | 5B | 36 |
| Octal | 364 | 40 | 173 | 0 | 127 | 62 | 4 | 516 | 133 | 66 |
| Binary | 11110100 | 100000 | 1111011 | 0 | 1010111 | 110010 | 100 | 101001110 | 1011011 | 110110 |
Color Harmonies of #F4207B
Complementary color
Monochromatic Colors of #F4207B
Black with #F4207B
Text Example
Text Example
White with #F4207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4207B; }
p { color: rgb(244,32,123); }
H1.HeaderClassName
{
color: #F4207B;
}
.AnyTagClassName
{
color: #F4207B;
}
</style>
background-color css
<style>
a { background-color: #F4207B; }
a { background-color: rgb(244,32,123); }
div.DivClassName
{
background-color: #F4207B;
}
.BgClassName
{
background-color: #F4207B;
}
</style>
border-color css
<style>
span { border-color: #F4207B; }
span { border-color: rgb(244,32,123); }
td.TdClassName
{
border-color: #F4207B;
}
.TagClassName
{
border-color: #F4207B;
}
</style>