Shades of Deep Pink #F61599
Tints of Deep Pink #F61599
RGB
CMYK
RGB Variations
Color information
#F61599 (or 0xF61599) is known color: Deep Pink. HEX triplet: F6, 15 and 99. RGB value is (246,21,153). Sum of RGB (Red+Green+Blue) = 246+21+153=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F61599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61599 is #09EA66. Grayscale: #676767. Windows color (decimal): -649831 or 10032630. OLE color: 10032630.
HSL color Cylindrical-coordinate representation of color #F61599: hue angle of 324.8º 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 #F61599 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 153 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.04 |
| HSL | 324.8º | 0.93% | 0.52% | - |
| HSV(B) | 324.8º | 0.91% | 0.96% | - |
| XYZ | 44.02 | 22.43 | 32.15 | - |
| YUV | 103.32 | 156.04 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 153 | 0 | 0.91 | 0.38 | 0.04 | 324.8 | 0.93 | 0.52 |
| Hex | F6 | 15 | 99 | 0 | 5B | 26 | 4 | 145 | 5D | 34 |
| Octal | 366 | 25 | 231 | 0 | 133 | 46 | 4 | 505 | 135 | 64 |
| Binary | 11110110 | 10101 | 10011001 | 0 | 1011011 | 100110 | 100 | 101000101 | 1011101 | 110100 |
Color Harmonies of #F61599
Complementary color
Monochromatic Colors of #F61599
Black with #F61599
Text Example
Text Example
White with #F61599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61599; }
p { color: rgb(246,21,153); }
H1.HeaderClassName
{
color: #F61599;
}
.AnyTagClassName
{
color: #F61599;
}
</style>
background-color css
<style>
a { background-color: #F61599; }
a { background-color: rgb(246,21,153); }
div.DivClassName
{
background-color: #F61599;
}
.BgClassName
{
background-color: #F61599;
}
</style>
border-color css
<style>
span { border-color: #F61599; }
span { border-color: rgb(246,21,153); }
td.TdClassName
{
border-color: #F61599;
}
.TagClassName
{
border-color: #F61599;
}
</style>