Shades of Deep Pink #F61999
Tints of Deep Pink #F61999
RGB
CMYK
RGB Variations
Color information
#F61999 (or 0xF61999) is known color: Deep Pink. HEX triplet: F6, 19 and 99. RGB value is (246,25,153). Sum of RGB (Red+Green+Blue) = 246+25+153=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F61999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61999 is #09E666. Grayscale: #696969. Windows color (decimal): -648807 or 10033654. OLE color: 10033654.
HSL color Cylindrical-coordinate representation of color #F61999: hue angle of 325.25º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61999 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 153 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.04 |
| HSL | 325.25º | 0.92% | 0.53% | - |
| HSV(B) | 325.25º | 0.9% | 0.96% | - |
| XYZ | 44.1 | 22.59 | 32.17 | - |
| YUV | 105.67 | 154.72 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 153 | 0 | 0.90 | 0.38 | 0.04 | 325.25 | 0.92 | 0.53 |
| Hex | F6 | 19 | 99 | 0 | 5A | 26 | 4 | 145 | 5C | 35 |
| Octal | 366 | 31 | 231 | 0 | 132 | 46 | 4 | 505 | 134 | 65 |
| Binary | 11110110 | 11001 | 10011001 | 0 | 1011010 | 100110 | 100 | 101000101 | 1011100 | 110101 |
Color Harmonies of #F61999
Complementary color
Monochromatic Colors of #F61999
Black with #F61999
Text Example
Text Example
White with #F61999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61999; }
p { color: rgb(246,25,153); }
H1.HeaderClassName
{
color: #F61999;
}
.AnyTagClassName
{
color: #F61999;
}
</style>
background-color css
<style>
a { background-color: #F61999; }
a { background-color: rgb(246,25,153); }
div.DivClassName
{
background-color: #F61999;
}
.BgClassName
{
background-color: #F61999;
}
</style>
border-color css
<style>
span { border-color: #F61999; }
span { border-color: rgb(246,25,153); }
td.TdClassName
{
border-color: #F61999;
}
.TagClassName
{
border-color: #F61999;
}
</style>