Shades of Deep Pink #F4237C
Tints of Deep Pink #F4237C
RGB
CMYK
RGB Variations
Color information
#F4237C (or 0xF4237C) is known color: Deep Pink. HEX triplet: F4, 23 and 7C. RGB value is (244,35,124). Sum of RGB (Red+Green+Blue) = 244+35+124=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4237C is #0BDC83. Grayscale: #6B6B6B. Windows color (decimal): -777348 or 8135668. OLE color: 8135668.
HSL color Cylindrical-coordinate representation of color #F4237C: hue angle of 334.45º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4237C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 124 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.04 |
| HSL | 334.45º | 0.9% | 0.55% | - |
| HSV(B) | 334.45º | 0.86% | 0.96% | - |
| XYZ | 41.55 | 21.89 | 21.1 | - |
| YUV | 107.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 124 | 0 | 0.86 | 0.49 | 0.04 | 334.45 | 0.9 | 0.55 |
| Hex | F4 | 23 | 7C | 0 | 56 | 31 | 4 | 14E | 5A | 37 |
| Octal | 364 | 43 | 174 | 0 | 126 | 61 | 4 | 516 | 132 | 67 |
| Binary | 11110100 | 100011 | 1111100 | 0 | 1010110 | 110001 | 100 | 101001110 | 1011010 | 110111 |
Color Harmonies of #F4237C
Complementary color
Monochromatic Colors of #F4237C
Black with #F4237C
Text Example
Text Example
White with #F4237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4237C; }
p { color: rgb(244,35,124); }
H1.HeaderClassName
{
color: #F4237C;
}
.AnyTagClassName
{
color: #F4237C;
}
</style>
background-color css
<style>
a { background-color: #F4237C; }
a { background-color: rgb(244,35,124); }
div.DivClassName
{
background-color: #F4237C;
}
.BgClassName
{
background-color: #F4237C;
}
</style>
border-color css
<style>
span { border-color: #F4237C; }
span { border-color: rgb(244,35,124); }
td.TdClassName
{
border-color: #F4237C;
}
.TagClassName
{
border-color: #F4237C;
}
</style>