Shades of Deep Pink #F61477
Tints of Deep Pink #F61477
RGB
CMYK
RGB Variations
Color information
#F61477 (or 0xF61477) is known color: Deep Pink. HEX triplet: F6, 14 and 77. RGB value is (246,20,119). Sum of RGB (Red+Green+Blue) = 246+20+119=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F61477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61477 is #09EB88. Grayscale: #626262. Windows color (decimal): -650121 or 7804150. OLE color: 7804150.
HSL color Cylindrical-coordinate representation of color #F61477: hue angle of 333.72º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61477 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 119 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.04 |
| HSL | 333.72º | 0.93% | 0.52% | - |
| HSV(B) | 333.72º | 0.92% | 0.96% | - |
| XYZ | 41.59 | 21.43 | 19.4 | - |
| YUV | 98.86 | 139.37 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 119 | 0 | 0.92 | 0.52 | 0.04 | 333.72 | 0.93 | 0.52 |
| Hex | F6 | 14 | 77 | 0 | 5C | 34 | 4 | 14E | 5D | 34 |
| Octal | 366 | 24 | 167 | 0 | 134 | 64 | 4 | 516 | 135 | 64 |
| Binary | 11110110 | 10100 | 1110111 | 0 | 1011100 | 110100 | 100 | 101001110 | 1011101 | 110100 |
Color Harmonies of #F61477
Complementary color
Monochromatic Colors of #F61477
Black with #F61477
Text Example
Text Example
White with #F61477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61477; }
p { color: rgb(246,20,119); }
H1.HeaderClassName
{
color: #F61477;
}
.AnyTagClassName
{
color: #F61477;
}
</style>
background-color css
<style>
a { background-color: #F61477; }
a { background-color: rgb(246,20,119); }
div.DivClassName
{
background-color: #F61477;
}
.BgClassName
{
background-color: #F61477;
}
</style>
border-color css
<style>
span { border-color: #F61477; }
span { border-color: rgb(246,20,119); }
td.TdClassName
{
border-color: #F61477;
}
.TagClassName
{
border-color: #F61477;
}
</style>