Shades of Deep Pink #F61C78
Tints of Deep Pink #F61C78
RGB
CMYK
RGB Variations
Color information
#F61C78 (or 0xF61C78) is known color: Deep Pink. HEX triplet: F6, 1C and 78. RGB value is (246,28,120). Sum of RGB (Red+Green+Blue) = 246+28+120=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C78 is #09E387. Grayscale: #676767. Windows color (decimal): -648072 or 7871734. OLE color: 7871734.
HSL color Cylindrical-coordinate representation of color #F61C78: hue angle of 334.68º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C78 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 120 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.04 |
| HSL | 334.68º | 0.92% | 0.54% | - |
| HSV(B) | 334.68º | 0.89% | 0.96% | - |
| XYZ | 41.81 | 21.78 | 19.77 | - |
| YUV | 103.67 | 137.22 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 120 | 0 | 0.89 | 0.51 | 0.04 | 334.68 | 0.92 | 0.54 |
| Hex | F6 | 1C | 78 | 0 | 59 | 33 | 4 | 14F | 5C | 36 |
| Octal | 366 | 34 | 170 | 0 | 131 | 63 | 4 | 517 | 134 | 66 |
| Binary | 11110110 | 11100 | 1111000 | 0 | 1011001 | 110011 | 100 | 101001111 | 1011100 | 110110 |
Color Harmonies of #F61C78
Complementary color
Monochromatic Colors of #F61C78
Black with #F61C78
Text Example
Text Example
White with #F61C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C78; }
p { color: rgb(246,28,120); }
H1.HeaderClassName
{
color: #F61C78;
}
.AnyTagClassName
{
color: #F61C78;
}
</style>
background-color css
<style>
a { background-color: #F61C78; }
a { background-color: rgb(246,28,120); }
div.DivClassName
{
background-color: #F61C78;
}
.BgClassName
{
background-color: #F61C78;
}
</style>
border-color css
<style>
span { border-color: #F61C78; }
span { border-color: rgb(246,28,120); }
td.TdClassName
{
border-color: #F61C78;
}
.TagClassName
{
border-color: #F61C78;
}
</style>