Shades of Deep Pink #F4017F
Tints of Deep Pink #F4017F
RGB
CMYK
RGB Variations
Color information
#F4017F (or 0xF4017F) is known color: Deep Pink. HEX triplet: F4, 01 and 7F. RGB value is (244,1,127). Sum of RGB (Red+Green+Blue) = 244+1+127=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F4017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4017F is #0BFE80. Grayscale: #575757. Windows color (decimal): -786049 or 8323572. OLE color: 8323572.
HSL color Cylindrical-coordinate representation of color #F4017F: hue angle of 328.89º 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 #F4017F is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.04 |
| HSL | 328.89º | 0.99% | 0.48% | - |
| HSV(B) | 328.89º | 1% | 0.96% | - |
| XYZ | 41.15 | 20.79 | 21.92 | - |
| YUV | 88.02 | 150.01 | 239.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 127 | 0 | 1.00 | 0.48 | 0.04 | 328.89 | 0.99 | 0.48 |
| Hex | F4 | 1 | 7F | 0 | 64 | 30 | 4 | 149 | 63 | 30 |
| Octal | 364 | 1 | 177 | 0 | 144 | 60 | 4 | 511 | 143 | 60 |
| Binary | 11110100 | 1 | 1111111 | 0 | 1100100 | 110000 | 100 | 101001001 | 1100011 | 110000 |
Color Harmonies of #F4017F
Complementary color
Monochromatic Colors of #F4017F
Black with #F4017F
Text Example
Text Example
White with #F4017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4017F; }
p { color: rgb(244,1,127); }
H1.HeaderClassName
{
color: #F4017F;
}
.AnyTagClassName
{
color: #F4017F;
}
</style>
background-color css
<style>
a { background-color: #F4017F; }
a { background-color: rgb(244,1,127); }
div.DivClassName
{
background-color: #F4017F;
}
.BgClassName
{
background-color: #F4017F;
}
</style>
border-color css
<style>
span { border-color: #F4017F; }
span { border-color: rgb(244,1,127); }
td.TdClassName
{
border-color: #F4017F;
}
.TagClassName
{
border-color: #F4017F;
}
</style>