Shades of Deep Pink #F61287
Tints of Deep Pink #F61287
RGB
CMYK
RGB Variations
Color information
#F61287 (or 0xF61287) is known color: Deep Pink. HEX triplet: F6, 12 and 87. RGB value is (246,18,135). Sum of RGB (Red+Green+Blue) = 246+18+135=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F61287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61287 is #09ED78. Grayscale: #636363. Windows color (decimal): -650617 or 8852214. OLE color: 8852214.
HSL color Cylindrical-coordinate representation of color #F61287: hue angle of 329.21º 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 #F61287 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 135 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.04 |
| HSL | 329.21º | 0.93% | 0.52% | - |
| HSV(B) | 329.21º | 0.93% | 0.96% | - |
| XYZ | 42.6 | 21.77 | 24.88 | - |
| YUV | 99.51 | 148.04 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 135 | 0 | 0.93 | 0.45 | 0.04 | 329.21 | 0.93 | 0.52 |
| Hex | F6 | 12 | 87 | 0 | 5D | 2D | 4 | 149 | 5D | 34 |
| Octal | 366 | 22 | 207 | 0 | 135 | 55 | 4 | 511 | 135 | 64 |
| Binary | 11110110 | 10010 | 10000111 | 0 | 1011101 | 101101 | 100 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F61287
Complementary color
Monochromatic Colors of #F61287
Black with #F61287
Text Example
Text Example
White with #F61287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61287; }
p { color: rgb(246,18,135); }
H1.HeaderClassName
{
color: #F61287;
}
.AnyTagClassName
{
color: #F61287;
}
</style>
background-color css
<style>
a { background-color: #F61287; }
a { background-color: rgb(246,18,135); }
div.DivClassName
{
background-color: #F61287;
}
.BgClassName
{
background-color: #F61287;
}
</style>
border-color css
<style>
span { border-color: #F61287; }
span { border-color: rgb(246,18,135); }
td.TdClassName
{
border-color: #F61287;
}
.TagClassName
{
border-color: #F61287;
}
</style>