Shades of Deep Pink #F61578
Tints of Deep Pink #F61578
RGB
CMYK
RGB Variations
Color information
#F61578 (or 0xF61578) is known color: Deep Pink. HEX triplet: F6, 15 and 78. RGB value is (246,21,120). Sum of RGB (Red+Green+Blue) = 246+21+120=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F61578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61578 is #09EA87. Grayscale: #636363. Windows color (decimal): -649864 or 7869942. OLE color: 7869942.
HSL color Cylindrical-coordinate representation of color #F61578: hue angle of 333.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61578 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 120 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.04 |
| HSL | 333.6º | 0.93% | 0.52% | - |
| HSV(B) | 333.6º | 0.91% | 0.96% | - |
| XYZ | 41.66 | 21.49 | 19.72 | - |
| YUV | 99.56 | 139.54 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 120 | 0 | 0.91 | 0.51 | 0.04 | 333.6 | 0.93 | 0.52 |
| Hex | F6 | 15 | 78 | 0 | 5B | 33 | 4 | 14E | 5D | 34 |
| Octal | 366 | 25 | 170 | 0 | 133 | 63 | 4 | 516 | 135 | 64 |
| Binary | 11110110 | 10101 | 1111000 | 0 | 1011011 | 110011 | 100 | 101001110 | 1011101 | 110100 |
Color Harmonies of #F61578
Complementary color
Monochromatic Colors of #F61578
Black with #F61578
Text Example
Text Example
White with #F61578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61578; }
p { color: rgb(246,21,120); }
H1.HeaderClassName
{
color: #F61578;
}
.AnyTagClassName
{
color: #F61578;
}
</style>
background-color css
<style>
a { background-color: #F61578; }
a { background-color: rgb(246,21,120); }
div.DivClassName
{
background-color: #F61578;
}
.BgClassName
{
background-color: #F61578;
}
</style>
border-color css
<style>
span { border-color: #F61578; }
span { border-color: rgb(246,21,120); }
td.TdClassName
{
border-color: #F61578;
}
.TagClassName
{
border-color: #F61578;
}
</style>