Shades of Deep Pink #F61276
Tints of Deep Pink #F61276
RGB
CMYK
RGB Variations
Color information
#F61276 (or 0xF61276) is known color: Deep Pink. HEX triplet: F6, 12 and 76. RGB value is (246,18,118). Sum of RGB (Red+Green+Blue) = 246+18+118=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F61276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61276 is #09ED89. Grayscale: #616161. Windows color (decimal): -650634 or 7738102. OLE color: 7738102.
HSL color Cylindrical-coordinate representation of color #F61276: hue angle of 333.68º 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 #F61276 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 118 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.04 |
| HSL | 333.68º | 0.93% | 0.52% | - |
| HSV(B) | 333.68º | 0.93% | 0.96% | - |
| XYZ | 41.49 | 21.33 | 19.07 | - |
| YUV | 97.57 | 139.54 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 118 | 0 | 0.93 | 0.52 | 0.04 | 333.68 | 0.93 | 0.52 |
| Hex | F6 | 12 | 76 | 0 | 5D | 34 | 4 | 14E | 5D | 34 |
| Octal | 366 | 22 | 166 | 0 | 135 | 64 | 4 | 516 | 135 | 64 |
| Binary | 11110110 | 10010 | 1110110 | 0 | 1011101 | 110100 | 100 | 101001110 | 1011101 | 110100 |
Color Harmonies of #F61276
Complementary color
Monochromatic Colors of #F61276
Black with #F61276
Text Example
Text Example
White with #F61276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61276; }
p { color: rgb(246,18,118); }
H1.HeaderClassName
{
color: #F61276;
}
.AnyTagClassName
{
color: #F61276;
}
</style>
background-color css
<style>
a { background-color: #F61276; }
a { background-color: rgb(246,18,118); }
div.DivClassName
{
background-color: #F61276;
}
.BgClassName
{
background-color: #F61276;
}
</style>
border-color css
<style>
span { border-color: #F61276; }
span { border-color: rgb(246,18,118); }
td.TdClassName
{
border-color: #F61276;
}
.TagClassName
{
border-color: #F61276;
}
</style>