Shades of Deep Pink #F61781
Tints of Deep Pink #F61781
RGB
CMYK
RGB Variations
Color information
#F61781 (or 0xF61781) is known color: Deep Pink. HEX triplet: F6, 17 and 81. RGB value is (246,23,129). Sum of RGB (Red+Green+Blue) = 246+23+129=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F61781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61781 is #09E87E. Grayscale: #656565. Windows color (decimal): -649343 or 8460278. OLE color: 8460278.
HSL color Cylindrical-coordinate representation of color #F61781: hue angle of 331.48º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61781 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 129 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.04 |
| HSL | 331.48º | 0.93% | 0.53% | - |
| HSV(B) | 331.48º | 0.91% | 0.96% | - |
| XYZ | 42.27 | 21.79 | 22.75 | - |
| YUV | 101.76 | 143.38 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 129 | 0 | 0.91 | 0.48 | 0.04 | 331.48 | 0.93 | 0.53 |
| Hex | F6 | 17 | 81 | 0 | 5B | 30 | 4 | 14B | 5D | 35 |
| Octal | 366 | 27 | 201 | 0 | 133 | 60 | 4 | 513 | 135 | 65 |
| Binary | 11110110 | 10111 | 10000001 | 0 | 1011011 | 110000 | 100 | 101001011 | 1011101 | 110101 |
Color Harmonies of #F61781
Complementary color
Monochromatic Colors of #F61781
Black with #F61781
Text Example
Text Example
White with #F61781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61781; }
p { color: rgb(246,23,129); }
H1.HeaderClassName
{
color: #F61781;
}
.AnyTagClassName
{
color: #F61781;
}
</style>
background-color css
<style>
a { background-color: #F61781; }
a { background-color: rgb(246,23,129); }
div.DivClassName
{
background-color: #F61781;
}
.BgClassName
{
background-color: #F61781;
}
</style>
border-color css
<style>
span { border-color: #F61781; }
span { border-color: rgb(246,23,129); }
td.TdClassName
{
border-color: #F61781;
}
.TagClassName
{
border-color: #F61781;
}
</style>