Shades of Deep Pink #F62092
Tints of Deep Pink #F62092
RGB
CMYK
RGB Variations
Color information
#F62092 (or 0xF62092) is known color: Deep Pink. HEX triplet: F6, 20 and 92. RGB value is (246,32,146). Sum of RGB (Red+Green+Blue) = 246+32+146=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F62092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62092 is #09DF6D. Grayscale: #6C6C6C. Windows color (decimal): -647022 or 9576694. OLE color: 9576694.
HSL color Cylindrical-coordinate representation of color #F62092: hue angle of 328.04º degrees, saturation: 0.92, 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 #F62092 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 146 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.04 |
| HSL | 328.04º | 0.92% | 0.55% | - |
| HSV(B) | 328.04º | 0.87% | 0.96% | - |
| XYZ | 43.71 | 22.7 | 29.27 | - |
| YUV | 108.98 | 148.9 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 146 | 0 | 0.87 | 0.41 | 0.04 | 328.04 | 0.92 | 0.55 |
| Hex | F6 | 20 | 92 | 0 | 57 | 29 | 4 | 148 | 5C | 37 |
| Octal | 366 | 40 | 222 | 0 | 127 | 51 | 4 | 510 | 134 | 67 |
| Binary | 11110110 | 100000 | 10010010 | 0 | 1010111 | 101001 | 100 | 101001000 | 1011100 | 110111 |
Color Harmonies of #F62092
Complementary color
Monochromatic Colors of #F62092
Black with #F62092
Text Example
Text Example
White with #F62092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62092; }
p { color: rgb(246,32,146); }
H1.HeaderClassName
{
color: #F62092;
}
.AnyTagClassName
{
color: #F62092;
}
</style>
background-color css
<style>
a { background-color: #F62092; }
a { background-color: rgb(246,32,146); }
div.DivClassName
{
background-color: #F62092;
}
.BgClassName
{
background-color: #F62092;
}
</style>
border-color css
<style>
span { border-color: #F62092; }
span { border-color: rgb(246,32,146); }
td.TdClassName
{
border-color: #F62092;
}
.TagClassName
{
border-color: #F62092;
}
</style>