Shades of Deep Pink #F61F78
Tints of Deep Pink #F61F78
RGB
CMYK
RGB Variations
Color information
#F61F78 (or 0xF61F78) is known color: Deep Pink. HEX triplet: F6, 1F and 78. RGB value is (246,31,120). Sum of RGB (Red+Green+Blue) = 246+31+120=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F78 is #09E087. Grayscale: #696969. Windows color (decimal): -647304 or 7872502. OLE color: 7872502.
HSL color Cylindrical-coordinate representation of color #F61F78: hue angle of 335.16º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F78 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 120 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.04 |
| HSL | 335.16º | 0.92% | 0.54% | - |
| HSV(B) | 335.16º | 0.87% | 0.96% | - |
| XYZ | 41.89 | 21.93 | 19.79 | - |
| YUV | 105.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 120 | 0 | 0.87 | 0.51 | 0.04 | 335.16 | 0.92 | 0.54 |
| Hex | F6 | 1F | 78 | 0 | 57 | 33 | 4 | 14F | 5C | 36 |
| Octal | 366 | 37 | 170 | 0 | 127 | 63 | 4 | 517 | 134 | 66 |
| Binary | 11110110 | 11111 | 1111000 | 0 | 1010111 | 110011 | 100 | 101001111 | 1011100 | 110110 |
Color Harmonies of #F61F78
Complementary color
Monochromatic Colors of #F61F78
Black with #F61F78
Text Example
Text Example
White with #F61F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F78; }
p { color: rgb(246,31,120); }
H1.HeaderClassName
{
color: #F61F78;
}
.AnyTagClassName
{
color: #F61F78;
}
</style>
background-color css
<style>
a { background-color: #F61F78; }
a { background-color: rgb(246,31,120); }
div.DivClassName
{
background-color: #F61F78;
}
.BgClassName
{
background-color: #F61F78;
}
</style>
border-color css
<style>
span { border-color: #F61F78; }
span { border-color: rgb(246,31,120); }
td.TdClassName
{
border-color: #F61F78;
}
.TagClassName
{
border-color: #F61F78;
}
</style>