Shades of Deep Pink #F4258D
Tints of Deep Pink #F4258D
RGB
CMYK
RGB Variations
Color information
#F4258D (or 0xF4258D) is known color: Deep Pink. HEX triplet: F4, 25 and 8D. RGB value is (244,37,141). Sum of RGB (Red+Green+Blue) = 244+37+141=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F4258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4258D is #0BDA72. Grayscale: #6E6E6E. Windows color (decimal): -776819 or 9250292. OLE color: 9250292.
HSL color Cylindrical-coordinate representation of color #F4258D: hue angle of 329.86º 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 #F4258D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 141 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.04 |
| HSL | 329.86º | 0.9% | 0.55% | - |
| HSV(B) | 329.86º | 0.85% | 0.96% | - |
| XYZ | 42.78 | 22.48 | 27.28 | - |
| YUV | 110.75 | 145.08 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 141 | 0 | 0.85 | 0.42 | 0.04 | 329.86 | 0.9 | 0.55 |
| Hex | F4 | 25 | 8D | 0 | 55 | 2A | 4 | 14A | 5A | 37 |
| Octal | 364 | 45 | 215 | 0 | 125 | 52 | 4 | 512 | 132 | 67 |
| Binary | 11110100 | 100101 | 10001101 | 0 | 1010101 | 101010 | 100 | 101001010 | 1011010 | 110111 |
Color Harmonies of #F4258D
Complementary color
Monochromatic Colors of #F4258D
Black with #F4258D
Text Example
Text Example
White with #F4258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4258D; }
p { color: rgb(244,37,141); }
H1.HeaderClassName
{
color: #F4258D;
}
.AnyTagClassName
{
color: #F4258D;
}
</style>
background-color css
<style>
a { background-color: #F4258D; }
a { background-color: rgb(244,37,141); }
div.DivClassName
{
background-color: #F4258D;
}
.BgClassName
{
background-color: #F4258D;
}
</style>
border-color css
<style>
span { border-color: #F4258D; }
span { border-color: rgb(244,37,141); }
td.TdClassName
{
border-color: #F4258D;
}
.TagClassName
{
border-color: #F4258D;
}
</style>