Shades of Deep Pink #F61876
Tints of Deep Pink #F61876
RGB
CMYK
RGB Variations
Color information
#F61876 (or 0xF61876) is known color: Deep Pink. HEX triplet: F6, 18 and 76. RGB value is (246,24,118). Sum of RGB (Red+Green+Blue) = 246+24+118=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F61876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61876 is #09E789. Grayscale: #646464. Windows color (decimal): -649098 or 7739638. OLE color: 7739638.
HSL color Cylindrical-coordinate representation of color #F61876: hue angle of 334.59º degrees, saturation: 0.93, 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 #F61876 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.04 |
| HSL | 334.59º | 0.93% | 0.53% | - |
| HSV(B) | 334.59º | 0.9% | 0.96% | - |
| XYZ | 41.6 | 21.55 | 19.11 | - |
| YUV | 101.09 | 137.55 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 118 | 0 | 0.90 | 0.52 | 0.04 | 334.59 | 0.93 | 0.53 |
| Hex | F6 | 18 | 76 | 0 | 5A | 34 | 4 | 14F | 5C | 35 |
| Octal | 366 | 30 | 166 | 0 | 132 | 64 | 4 | 517 | 134 | 65 |
| Binary | 11110110 | 11000 | 1110110 | 0 | 1011010 | 110100 | 100 | 101001111 | 1011100 | 110101 |
Color Harmonies of #F61876
Complementary color
Monochromatic Colors of #F61876
Black with #F61876
Text Example
Text Example
White with #F61876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61876; }
p { color: rgb(246,24,118); }
H1.HeaderClassName
{
color: #F61876;
}
.AnyTagClassName
{
color: #F61876;
}
</style>
background-color css
<style>
a { background-color: #F61876; }
a { background-color: rgb(246,24,118); }
div.DivClassName
{
background-color: #F61876;
}
.BgClassName
{
background-color: #F61876;
}
</style>
border-color css
<style>
span { border-color: #F61876; }
span { border-color: rgb(246,24,118); }
td.TdClassName
{
border-color: #F61876;
}
.TagClassName
{
border-color: #F61876;
}
</style>