Shades of Deep Pink #F61878
Tints of Deep Pink #F61878
RGB
CMYK
RGB Variations
Color information
#F61878 (or 0xF61878) is known color: Deep Pink. HEX triplet: F6, 18 and 78. RGB value is (246,24,120). Sum of RGB (Red+Green+Blue) = 246+24+120=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F61878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61878 is #09E787. Grayscale: #656565. Windows color (decimal): -649096 or 7870710. OLE color: 7870710.
HSL color Cylindrical-coordinate representation of color #F61878: hue angle of 334.05º 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 #F61878 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 120 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.04 |
| HSL | 334.05º | 0.93% | 0.53% | - |
| HSV(B) | 334.05º | 0.9% | 0.96% | - |
| XYZ | 41.72 | 21.6 | 19.74 | - |
| YUV | 101.32 | 138.55 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 120 | 0 | 0.90 | 0.51 | 0.04 | 334.05 | 0.93 | 0.53 |
| Hex | F6 | 18 | 78 | 0 | 5A | 33 | 4 | 14E | 5C | 35 |
| Octal | 366 | 30 | 170 | 0 | 132 | 63 | 4 | 516 | 134 | 65 |
| Binary | 11110110 | 11000 | 1111000 | 0 | 1011010 | 110011 | 100 | 101001110 | 1011100 | 110101 |
Color Harmonies of #F61878
Complementary color
Monochromatic Colors of #F61878
Black with #F61878
Text Example
Text Example
White with #F61878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61878; }
p { color: rgb(246,24,120); }
H1.HeaderClassName
{
color: #F61878;
}
.AnyTagClassName
{
color: #F61878;
}
</style>
background-color css
<style>
a { background-color: #F61878; }
a { background-color: rgb(246,24,120); }
div.DivClassName
{
background-color: #F61878;
}
.BgClassName
{
background-color: #F61878;
}
</style>
border-color css
<style>
span { border-color: #F61878; }
span { border-color: rgb(246,24,120); }
td.TdClassName
{
border-color: #F61878;
}
.TagClassName
{
border-color: #F61878;
}
</style>