Shades of Deep Pink #F42393
Tints of Deep Pink #F42393
RGB
CMYK
RGB Variations
Color information
#F42393 (or 0xF42393) is known color: Deep Pink. HEX triplet: F4, 23 and 93. RGB value is (244,35,147). Sum of RGB (Red+Green+Blue) = 244+35+147=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F42393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42393 is #0BDC6C. Grayscale: #6E6E6E. Windows color (decimal): -777325 or 9642996. OLE color: 9642996.
HSL color Cylindrical-coordinate representation of color #F42393: hue angle of 327.85º 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 #F42393 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 147 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.04 |
| HSL | 327.85º | 0.9% | 0.55% | - |
| HSV(B) | 327.85º | 0.86% | 0.96% | - |
| XYZ | 43.18 | 22.54 | 29.68 | - |
| YUV | 110.26 | 148.74 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 147 | 0 | 0.86 | 0.40 | 0.04 | 327.85 | 0.9 | 0.55 |
| Hex | F4 | 23 | 93 | 0 | 56 | 28 | 4 | 148 | 5A | 37 |
| Octal | 364 | 43 | 223 | 0 | 126 | 50 | 4 | 510 | 132 | 67 |
| Binary | 11110100 | 100011 | 10010011 | 0 | 1010110 | 101000 | 100 | 101001000 | 1011010 | 110111 |
Color Harmonies of #F42393
Complementary color
Monochromatic Colors of #F42393
Black with #F42393
Text Example
Text Example
White with #F42393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42393; }
p { color: rgb(244,35,147); }
H1.HeaderClassName
{
color: #F42393;
}
.AnyTagClassName
{
color: #F42393;
}
</style>
background-color css
<style>
a { background-color: #F42393; }
a { background-color: rgb(244,35,147); }
div.DivClassName
{
background-color: #F42393;
}
.BgClassName
{
background-color: #F42393;
}
</style>
border-color css
<style>
span { border-color: #F42393; }
span { border-color: rgb(244,35,147); }
td.TdClassName
{
border-color: #F42393;
}
.TagClassName
{
border-color: #F42393;
}
</style>