Shades of Deep Pink #F52193
Tints of Deep Pink #F52193
RGB
CMYK
RGB Variations
Color information
#F52193 (or 0xF52193) is known color: Deep Pink. HEX triplet: F5, 21 and 93. RGB value is (245,33,147). Sum of RGB (Red+Green+Blue) = 245+33+147=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F52193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52193 is #0ADE6C. Grayscale: #6D6D6D. Windows color (decimal): -712301 or 9642485. OLE color: 9642485.
HSL color Cylindrical-coordinate representation of color #F52193: hue angle of 327.74º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52193 is Cyan = 0, Magento = 0.87, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 147 | - |
| CMYK | 0 | 0.87 | 0.4 | 0.04 |
| HSL | 327.74º | 0.91% | 0.55% | - |
| HSV(B) | 327.74º | 0.87% | 0.96% | - |
| XYZ | 43.47 | 22.61 | 29.68 | - |
| YUV | 109.38 | 149.24 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 147 | 0 | 0.87 | 0.4 | 0.04 | 327.74 | 0.91 | 0.55 |
| Hex | F5 | 21 | 93 | 0 | 57 | 28 | 4 | 148 | 5B | 37 |
| Octal | 365 | 41 | 223 | 0 | 127 | 50 | 4 | 510 | 133 | 67 |
| Binary | 11110101 | 100001 | 10010011 | 0 | 1010111 | 101000 | 100 | 101001000 | 1011011 | 110111 |
Color Harmonies of #F52193
Complementary color
Monochromatic Colors of #F52193
Black with #F52193
Text Example
Text Example
White with #F52193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52193; }
p { color: rgb(245,33,147); }
H1.HeaderClassName
{
color: #F52193;
}
.AnyTagClassName
{
color: #F52193;
}
</style>
background-color css
<style>
a { background-color: #F52193; }
a { background-color: rgb(245,33,147); }
div.DivClassName
{
background-color: #F52193;
}
.BgClassName
{
background-color: #F52193;
}
</style>
border-color css
<style>
span { border-color: #F52193; }
span { border-color: rgb(245,33,147); }
td.TdClassName
{
border-color: #F52193;
}
.TagClassName
{
border-color: #F52193;
}
</style>