Shades of Deep Pink #F61299
Tints of Deep Pink #F61299
RGB
CMYK
RGB Variations
Color information
#F61299 (or 0xF61299) is known color: Deep Pink. HEX triplet: F6, 12 and 99. RGB value is (246,18,153). Sum of RGB (Red+Green+Blue) = 246+18+153=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F61299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61299 is #09ED66. Grayscale: #656565. Windows color (decimal): -650599 or 10031862. OLE color: 10031862.
HSL color Cylindrical-coordinate representation of color #F61299: hue angle of 324.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61299 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 153 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.04 |
| HSL | 324.47º | 0.93% | 0.52% | - |
| HSV(B) | 324.47º | 0.93% | 0.96% | - |
| XYZ | 43.97 | 22.33 | 32.13 | - |
| YUV | 101.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 153 | 0 | 0.93 | 0.38 | 0.04 | 324.47 | 0.93 | 0.52 |
| Hex | F6 | 12 | 99 | 0 | 5D | 26 | 4 | 144 | 5D | 34 |
| Octal | 366 | 22 | 231 | 0 | 135 | 46 | 4 | 504 | 135 | 64 |
| Binary | 11110110 | 10010 | 10011001 | 0 | 1011101 | 100110 | 100 | 101000100 | 1011101 | 110100 |
Color Harmonies of #F61299
Complementary color
Monochromatic Colors of #F61299
Black with #F61299
Text Example
Text Example
White with #F61299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61299; }
p { color: rgb(246,18,153); }
H1.HeaderClassName
{
color: #F61299;
}
.AnyTagClassName
{
color: #F61299;
}
</style>
background-color css
<style>
a { background-color: #F61299; }
a { background-color: rgb(246,18,153); }
div.DivClassName
{
background-color: #F61299;
}
.BgClassName
{
background-color: #F61299;
}
</style>
border-color css
<style>
span { border-color: #F61299; }
span { border-color: rgb(246,18,153); }
td.TdClassName
{
border-color: #F61299;
}
.TagClassName
{
border-color: #F61299;
}
</style>