Shades of Deep Pink #F42585
Tints of Deep Pink #F42585
RGB
CMYK
RGB Variations
Color information
#F42585 (or 0xF42585) is known color: Deep Pink. HEX triplet: F4, 25 and 85. RGB value is (244,37,133). Sum of RGB (Red+Green+Blue) = 244+37+133=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F42585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42585 is #0BDA7A. Grayscale: #6D6D6D. Windows color (decimal): -776827 or 8726004. OLE color: 8726004.
HSL color Cylindrical-coordinate representation of color #F42585: hue angle of 332.17º 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 #F42585 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 133 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.04 |
| HSL | 332.17º | 0.9% | 0.55% | - |
| HSV(B) | 332.17º | 0.85% | 0.96% | - |
| XYZ | 42.2 | 22.25 | 24.26 | - |
| YUV | 109.84 | 141.08 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 133 | 0 | 0.85 | 0.45 | 0.04 | 332.17 | 0.9 | 0.55 |
| Hex | F4 | 25 | 85 | 0 | 55 | 2D | 4 | 14C | 5A | 37 |
| Octal | 364 | 45 | 205 | 0 | 125 | 55 | 4 | 514 | 132 | 67 |
| Binary | 11110100 | 100101 | 10000101 | 0 | 1010101 | 101101 | 100 | 101001100 | 1011010 | 110111 |
Color Harmonies of #F42585
Complementary color
Monochromatic Colors of #F42585
Black with #F42585
Text Example
Text Example
White with #F42585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42585; }
p { color: rgb(244,37,133); }
H1.HeaderClassName
{
color: #F42585;
}
.AnyTagClassName
{
color: #F42585;
}
</style>
background-color css
<style>
a { background-color: #F42585; }
a { background-color: rgb(244,37,133); }
div.DivClassName
{
background-color: #F42585;
}
.BgClassName
{
background-color: #F42585;
}
</style>
border-color css
<style>
span { border-color: #F42585; }
span { border-color: rgb(244,37,133); }
td.TdClassName
{
border-color: #F42585;
}
.TagClassName
{
border-color: #F42585;
}
</style>