Shades of Deep Pink #F52094
Tints of Deep Pink #F52094
RGB
CMYK
RGB Variations
Color information
#F52094 (or 0xF52094) is known color: Deep Pink. HEX triplet: F5, 20 and 94. RGB value is (245,32,148). Sum of RGB (Red+Green+Blue) = 245+32+148=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F52094 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52094 is #0ADF6B. Grayscale: #6C6C6C. Windows color (decimal): -712556 or 9707765. OLE color: 9707765.
HSL color Cylindrical-coordinate representation of color #F52094: hue angle of 327.32º 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 #F52094 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 148 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.04 |
| HSL | 327.32º | 0.91% | 0.54% | - |
| HSV(B) | 327.32º | 0.87% | 0.96% | - |
| XYZ | 43.52 | 22.58 | 30.08 | - |
| YUV | 108.91 | 150.07 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 148 | 0 | 0.87 | 0.40 | 0.04 | 327.32 | 0.91 | 0.54 |
| Hex | F5 | 20 | 94 | 0 | 57 | 28 | 4 | 147 | 5B | 36 |
| Octal | 365 | 40 | 224 | 0 | 127 | 50 | 4 | 507 | 133 | 66 |
| Binary | 11110101 | 100000 | 10010100 | 0 | 1010111 | 101000 | 100 | 101000111 | 1011011 | 110110 |
Color Harmonies of #F52094
Complementary color
Monochromatic Colors of #F52094
Black with #F52094
Text Example
Text Example
White with #F52094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52094; }
p { color: rgb(245,32,148); }
H1.HeaderClassName
{
color: #F52094;
}
.AnyTagClassName
{
color: #F52094;
}
</style>
background-color css
<style>
a { background-color: #F52094; }
a { background-color: rgb(245,32,148); }
div.DivClassName
{
background-color: #F52094;
}
.BgClassName
{
background-color: #F52094;
}
</style>
border-color css
<style>
span { border-color: #F52094; }
span { border-color: rgb(245,32,148); }
td.TdClassName
{
border-color: #F52094;
}
.TagClassName
{
border-color: #F52094;
}
</style>