Shades of Deep Pink #F61381
Tints of Deep Pink #F61381
RGB
CMYK
RGB Variations
Color information
#F61381 (or 0xF61381) is known color: Deep Pink. HEX triplet: F6, 13 and 81. RGB value is (246,19,129). Sum of RGB (Red+Green+Blue) = 246+19+129=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F61381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61381 is #09EC7E. Grayscale: #636363. Windows color (decimal): -650367 or 8459254. OLE color: 8459254.
HSL color Cylindrical-coordinate representation of color #F61381: hue angle of 330.93º 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 #F61381 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 129 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.04 |
| HSL | 330.93º | 0.93% | 0.52% | - |
| HSV(B) | 330.93º | 0.92% | 0.96% | - |
| XYZ | 42.2 | 21.64 | 22.72 | - |
| YUV | 99.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 129 | 0 | 0.92 | 0.48 | 0.04 | 330.93 | 0.93 | 0.52 |
| Hex | F6 | 13 | 81 | 0 | 5C | 30 | 4 | 14B | 5D | 34 |
| Octal | 366 | 23 | 201 | 0 | 134 | 60 | 4 | 513 | 135 | 64 |
| Binary | 11110110 | 10011 | 10000001 | 0 | 1011100 | 110000 | 100 | 101001011 | 1011101 | 110100 |
Color Harmonies of #F61381
Complementary color
Monochromatic Colors of #F61381
Black with #F61381
Text Example
Text Example
White with #F61381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61381; }
p { color: rgb(246,19,129); }
H1.HeaderClassName
{
color: #F61381;
}
.AnyTagClassName
{
color: #F61381;
}
</style>
background-color css
<style>
a { background-color: #F61381; }
a { background-color: rgb(246,19,129); }
div.DivClassName
{
background-color: #F61381;
}
.BgClassName
{
background-color: #F61381;
}
</style>
border-color css
<style>
span { border-color: #F61381; }
span { border-color: rgb(246,19,129); }
td.TdClassName
{
border-color: #F61381;
}
.TagClassName
{
border-color: #F61381;
}
</style>