Shades of Deep Pink #F32092
Tints of Deep Pink #F32092
RGB
CMYK
RGB Variations
Color information
#F32092 (or 0xF32092) is known color: Deep Pink. HEX triplet: F3, 20 and 92. RGB value is (243,32,146). Sum of RGB (Red+Green+Blue) = 243+32+146=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F32092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32092 is #0CDF6D. Grayscale: #6B6B6B. Windows color (decimal): -843630 or 9576691. OLE color: 9576691.
HSL color Cylindrical-coordinate representation of color #F32092: hue angle of 327.58º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32092 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 146 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.05 |
| HSL | 327.58º | 0.9% | 0.54% | - |
| HSV(B) | 327.58º | 0.87% | 0.95% | - |
| XYZ | 42.67 | 22.16 | 29.22 | - |
| YUV | 108.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 146 | 0 | 0.87 | 0.40 | 0.05 | 327.58 | 0.9 | 0.54 |
| Hex | F3 | 20 | 92 | 0 | 57 | 28 | 5 | 148 | 5A | 36 |
| Octal | 363 | 40 | 222 | 0 | 127 | 50 | 5 | 510 | 132 | 66 |
| Binary | 11110011 | 100000 | 10010010 | 0 | 1010111 | 101000 | 101 | 101001000 | 1011010 | 110110 |
Color Harmonies of #F32092
Complementary color
Monochromatic Colors of #F32092
Black with #F32092
Text Example
Text Example
White with #F32092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32092; }
p { color: rgb(243,32,146); }
H1.HeaderClassName
{
color: #F32092;
}
.AnyTagClassName
{
color: #F32092;
}
</style>
background-color css
<style>
a { background-color: #F32092; }
a { background-color: rgb(243,32,146); }
div.DivClassName
{
background-color: #F32092;
}
.BgClassName
{
background-color: #F32092;
}
</style>
border-color css
<style>
span { border-color: #F32092; }
span { border-color: rgb(243,32,146); }
td.TdClassName
{
border-color: #F32092;
}
.TagClassName
{
border-color: #F32092;
}
</style>