Shades of Deep Pink #F61378
Tints of Deep Pink #F61378
RGB
CMYK
RGB Variations
Color information
#F61378 (or 0xF61378) is known color: Deep Pink. HEX triplet: F6, 13 and 78. RGB value is (246,19,120). Sum of RGB (Red+Green+Blue) = 246+19+120=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F61378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61378 is #09EC87. Grayscale: #626262. Windows color (decimal): -650376 or 7869430. OLE color: 7869430.
HSL color Cylindrical-coordinate representation of color #F61378: hue angle of 333.3º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61378 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 120 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.04 |
| HSL | 333.3º | 0.93% | 0.52% | - |
| HSV(B) | 333.3º | 0.92% | 0.96% | - |
| XYZ | 41.63 | 21.41 | 19.71 | - |
| YUV | 98.39 | 140.21 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 120 | 0 | 0.92 | 0.51 | 0.04 | 333.3 | 0.93 | 0.52 |
| Hex | F6 | 13 | 78 | 0 | 5C | 33 | 4 | 14D | 5D | 34 |
| Octal | 366 | 23 | 170 | 0 | 134 | 63 | 4 | 515 | 135 | 64 |
| Binary | 11110110 | 10011 | 1111000 | 0 | 1011100 | 110011 | 100 | 101001101 | 1011101 | 110100 |
Color Harmonies of #F61378
Complementary color
Monochromatic Colors of #F61378
Black with #F61378
Text Example
Text Example
White with #F61378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61378; }
p { color: rgb(246,19,120); }
H1.HeaderClassName
{
color: #F61378;
}
.AnyTagClassName
{
color: #F61378;
}
</style>
background-color css
<style>
a { background-color: #F61378; }
a { background-color: rgb(246,19,120); }
div.DivClassName
{
background-color: #F61378;
}
.BgClassName
{
background-color: #F61378;
}
</style>
border-color css
<style>
span { border-color: #F61378; }
span { border-color: rgb(246,19,120); }
td.TdClassName
{
border-color: #F61378;
}
.TagClassName
{
border-color: #F61378;
}
</style>