Shades of Deep Pink #F62277
Tints of Deep Pink #F62277
RGB
CMYK
RGB Variations
Color information
#F62277 (or 0xF62277) is known color: Deep Pink. HEX triplet: F6, 22 and 77. RGB value is (246,34,119). Sum of RGB (Red+Green+Blue) = 246+34+119=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F62277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62277 is #09DD88. Grayscale: #6A6A6A. Windows color (decimal): -646537 or 7807734. OLE color: 7807734.
HSL color Cylindrical-coordinate representation of color #F62277: hue angle of 335.94º degrees, saturation: 0.92, 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 #F62277 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 119 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.04 |
| HSL | 335.94º | 0.92% | 0.55% | - |
| HSV(B) | 335.94º | 0.86% | 0.96% | - |
| XYZ | 41.91 | 22.07 | 19.5 | - |
| YUV | 107.08 | 134.74 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 119 | 0 | 0.86 | 0.52 | 0.04 | 335.94 | 0.92 | 0.55 |
| Hex | F6 | 22 | 77 | 0 | 56 | 34 | 4 | 150 | 5C | 37 |
| Octal | 366 | 42 | 167 | 0 | 126 | 64 | 4 | 520 | 134 | 67 |
| Binary | 11110110 | 100010 | 1110111 | 0 | 1010110 | 110100 | 100 | 101010000 | 1011100 | 110111 |
Color Harmonies of #F62277
Complementary color
Monochromatic Colors of #F62277
Black with #F62277
Text Example
Text Example
White with #F62277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62277; }
p { color: rgb(246,34,119); }
H1.HeaderClassName
{
color: #F62277;
}
.AnyTagClassName
{
color: #F62277;
}
</style>
background-color css
<style>
a { background-color: #F62277; }
a { background-color: rgb(246,34,119); }
div.DivClassName
{
background-color: #F62277;
}
.BgClassName
{
background-color: #F62277;
}
</style>
border-color css
<style>
span { border-color: #F62277; }
span { border-color: rgb(246,34,119); }
td.TdClassName
{
border-color: #F62277;
}
.TagClassName
{
border-color: #F62277;
}
</style>