Shades of Deep Pink #F4017B
Tints of Deep Pink #F4017B
RGB
CMYK
RGB Variations
Color information
#F4017B (or 0xF4017B) is known color: Deep Pink. HEX triplet: F4, 01 and 7B. RGB value is (244,1,123). Sum of RGB (Red+Green+Blue) = 244+1+123=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F4017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4017B is #0BFE84. Grayscale: #575757. Windows color (decimal): -786053 or 8061428. OLE color: 8061428.
HSL color Cylindrical-coordinate representation of color #F4017B: hue angle of 329.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4017B is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.04 |
| HSL | 329.88º | 0.99% | 0.48% | - |
| HSV(B) | 329.88º | 1% | 0.96% | - |
| XYZ | 40.89 | 20.68 | 20.58 | - |
| YUV | 87.57 | 148.01 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 123 | 0 | 1.00 | 0.50 | 0.04 | 329.88 | 0.99 | 0.48 |
| Hex | F4 | 1 | 7B | 0 | 64 | 32 | 4 | 14A | 63 | 30 |
| Octal | 364 | 1 | 173 | 0 | 144 | 62 | 4 | 512 | 143 | 60 |
| Binary | 11110100 | 1 | 1111011 | 0 | 1100100 | 110010 | 100 | 101001010 | 1100011 | 110000 |
Color Harmonies of #F4017B
Complementary color
Monochromatic Colors of #F4017B
Black with #F4017B
Text Example
Text Example
White with #F4017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4017B; }
p { color: rgb(244,1,123); }
H1.HeaderClassName
{
color: #F4017B;
}
.AnyTagClassName
{
color: #F4017B;
}
</style>
background-color css
<style>
a { background-color: #F4017B; }
a { background-color: rgb(244,1,123); }
div.DivClassName
{
background-color: #F4017B;
}
.BgClassName
{
background-color: #F4017B;
}
</style>
border-color css
<style>
span { border-color: #F4017B; }
span { border-color: rgb(244,1,123); }
td.TdClassName
{
border-color: #F4017B;
}
.TagClassName
{
border-color: #F4017B;
}
</style>