Shades of Deep Pink #F61288
Tints of Deep Pink #F61288
RGB
CMYK
RGB Variations
Color information
#F61288 (or 0xF61288) is known color: Deep Pink. HEX triplet: F6, 12 and 88. RGB value is (246,18,136). Sum of RGB (Red+Green+Blue) = 246+18+136=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F61288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61288 is #09ED77. Grayscale: #636363. Windows color (decimal): -650616 or 8917750. OLE color: 8917750.
HSL color Cylindrical-coordinate representation of color #F61288: hue angle of 328.95º 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 #F61288 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 136 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.04 |
| HSL | 328.95º | 0.93% | 0.52% | - |
| HSV(B) | 328.95º | 0.93% | 0.96% | - |
| XYZ | 42.67 | 21.8 | 25.25 | - |
| YUV | 99.62 | 148.54 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 136 | 0 | 0.93 | 0.45 | 0.04 | 328.95 | 0.93 | 0.52 |
| Hex | F6 | 12 | 88 | 0 | 5D | 2D | 4 | 149 | 5D | 34 |
| Octal | 366 | 22 | 210 | 0 | 135 | 55 | 4 | 511 | 135 | 64 |
| Binary | 11110110 | 10010 | 10001000 | 0 | 1011101 | 101101 | 100 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F61288
Complementary color
Monochromatic Colors of #F61288
Black with #F61288
Text Example
Text Example
White with #F61288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61288; }
p { color: rgb(246,18,136); }
H1.HeaderClassName
{
color: #F61288;
}
.AnyTagClassName
{
color: #F61288;
}
</style>
background-color css
<style>
a { background-color: #F61288; }
a { background-color: rgb(246,18,136); }
div.DivClassName
{
background-color: #F61288;
}
.BgClassName
{
background-color: #F61288;
}
</style>
border-color css
<style>
span { border-color: #F61288; }
span { border-color: rgb(246,18,136); }
td.TdClassName
{
border-color: #F61288;
}
.TagClassName
{
border-color: #F61288;
}
</style>