Shades of Deep Pink #F42095
Tints of Deep Pink #F42095
RGB
CMYK
RGB Variations
Color information
#F42095 (or 0xF42095) is known color: Deep Pink. HEX triplet: F4, 20 and 95. RGB value is (244,32,149). Sum of RGB (Red+Green+Blue) = 244+32+149=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F42095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42095 is #0BDF6A. Grayscale: #6C6C6C. Windows color (decimal): -778091 or 9773300. OLE color: 9773300.
HSL color Cylindrical-coordinate representation of color #F42095: hue angle of 326.89º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42095 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 149 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.04 |
| HSL | 326.89º | 0.91% | 0.54% | - |
| HSV(B) | 326.89º | 0.87% | 0.96% | - |
| XYZ | 43.25 | 22.44 | 30.48 | - |
| YUV | 108.73 | 150.74 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 149 | 0 | 0.87 | 0.39 | 0.04 | 326.89 | 0.91 | 0.54 |
| Hex | F4 | 20 | 95 | 0 | 57 | 27 | 4 | 147 | 5B | 36 |
| Octal | 364 | 40 | 225 | 0 | 127 | 47 | 4 | 507 | 133 | 66 |
| Binary | 11110100 | 100000 | 10010101 | 0 | 1010111 | 100111 | 100 | 101000111 | 1011011 | 110110 |
Color Harmonies of #F42095
Complementary color
Monochromatic Colors of #F42095
Black with #F42095
Text Example
Text Example
White with #F42095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42095; }
p { color: rgb(244,32,149); }
H1.HeaderClassName
{
color: #F42095;
}
.AnyTagClassName
{
color: #F42095;
}
</style>
background-color css
<style>
a { background-color: #F42095; }
a { background-color: rgb(244,32,149); }
div.DivClassName
{
background-color: #F42095;
}
.BgClassName
{
background-color: #F42095;
}
</style>
border-color css
<style>
span { border-color: #F42095; }
span { border-color: rgb(244,32,149); }
td.TdClassName
{
border-color: #F42095;
}
.TagClassName
{
border-color: #F42095;
}
</style>