Shades of Deep Pink #F61577
Tints of Deep Pink #F61577
RGB
CMYK
RGB Variations
Color information
#F61577 (or 0xF61577) is known color: Deep Pink. HEX triplet: F6, 15 and 77. RGB value is (246,21,119). Sum of RGB (Red+Green+Blue) = 246+21+119=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F61577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61577 is #09EA88. Grayscale: #636363. Windows color (decimal): -649865 or 7804406. OLE color: 7804406.
HSL color Cylindrical-coordinate representation of color #F61577: hue angle of 333.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61577 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 119 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.04 |
| HSL | 333.87º | 0.93% | 0.52% | - |
| HSV(B) | 333.87º | 0.91% | 0.96% | - |
| XYZ | 41.6 | 21.46 | 19.4 | - |
| YUV | 99.45 | 139.04 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 119 | 0 | 0.91 | 0.52 | 0.04 | 333.87 | 0.93 | 0.52 |
| Hex | F6 | 15 | 77 | 0 | 5B | 34 | 4 | 14E | 5D | 34 |
| Octal | 366 | 25 | 167 | 0 | 133 | 64 | 4 | 516 | 135 | 64 |
| Binary | 11110110 | 10101 | 1110111 | 0 | 1011011 | 110100 | 100 | 101001110 | 1011101 | 110100 |
Color Harmonies of #F61577
Complementary color
Monochromatic Colors of #F61577
Black with #F61577
Text Example
Text Example
White with #F61577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61577; }
p { color: rgb(246,21,119); }
H1.HeaderClassName
{
color: #F61577;
}
.AnyTagClassName
{
color: #F61577;
}
</style>
background-color css
<style>
a { background-color: #F61577; }
a { background-color: rgb(246,21,119); }
div.DivClassName
{
background-color: #F61577;
}
.BgClassName
{
background-color: #F61577;
}
</style>
border-color css
<style>
span { border-color: #F61577; }
span { border-color: rgb(246,21,119); }
td.TdClassName
{
border-color: #F61577;
}
.TagClassName
{
border-color: #F61577;
}
</style>