Shades of Deep Pink #F4257F
Tints of Deep Pink #F4257F
RGB
CMYK
RGB Variations
Color information
#F4257F (or 0xF4257F) is known color: Deep Pink. HEX triplet: F4, 25 and 7F. RGB value is (244,37,127). Sum of RGB (Red+Green+Blue) = 244+37+127=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F4257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4257F is #0BDA80. Grayscale: #6D6D6D. Windows color (decimal): -776833 or 8332788. OLE color: 8332788.
HSL color Cylindrical-coordinate representation of color #F4257F: hue angle of 333.91º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4257F is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 127 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.04 |
| HSL | 333.91º | 0.9% | 0.55% | - |
| HSV(B) | 333.91º | 0.85% | 0.96% | - |
| XYZ | 41.8 | 22.09 | 22.14 | - |
| YUV | 109.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 127 | 0 | 0.85 | 0.48 | 0.04 | 333.91 | 0.9 | 0.55 |
| Hex | F4 | 25 | 7F | 0 | 55 | 30 | 4 | 14E | 5A | 37 |
| Octal | 364 | 45 | 177 | 0 | 125 | 60 | 4 | 516 | 132 | 67 |
| Binary | 11110100 | 100101 | 1111111 | 0 | 1010101 | 110000 | 100 | 101001110 | 1011010 | 110111 |
Color Harmonies of #F4257F
Complementary color
Monochromatic Colors of #F4257F
Black with #F4257F
Text Example
Text Example
White with #F4257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4257F; }
p { color: rgb(244,37,127); }
H1.HeaderClassName
{
color: #F4257F;
}
.AnyTagClassName
{
color: #F4257F;
}
</style>
background-color css
<style>
a { background-color: #F4257F; }
a { background-color: rgb(244,37,127); }
div.DivClassName
{
background-color: #F4257F;
}
.BgClassName
{
background-color: #F4257F;
}
</style>
border-color css
<style>
span { border-color: #F4257F; }
span { border-color: rgb(244,37,127); }
td.TdClassName
{
border-color: #F4257F;
}
.TagClassName
{
border-color: #F4257F;
}
</style>