Shades of Deep Pink #F61881
Tints of Deep Pink #F61881
RGB
CMYK
RGB Variations
Color information
#F61881 (or 0xF61881) is known color: Deep Pink. HEX triplet: F6, 18 and 81. RGB value is (246,24,129). Sum of RGB (Red+Green+Blue) = 246+24+129=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F61881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61881 is #09E77E. Grayscale: #666666. Windows color (decimal): -649087 or 8460534. OLE color: 8460534.
HSL color Cylindrical-coordinate representation of color #F61881: hue angle of 331.62º 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 #F61881 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.04 |
| HSL | 331.62º | 0.93% | 0.53% | - |
| HSV(B) | 331.62º | 0.9% | 0.96% | - |
| XYZ | 42.3 | 21.83 | 22.75 | - |
| YUV | 102.35 | 143.05 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 129 | 0 | 0.90 | 0.48 | 0.04 | 331.62 | 0.93 | 0.53 |
| Hex | F6 | 18 | 81 | 0 | 5A | 30 | 4 | 14C | 5C | 35 |
| Octal | 366 | 30 | 201 | 0 | 132 | 60 | 4 | 514 | 134 | 65 |
| Binary | 11110110 | 11000 | 10000001 | 0 | 1011010 | 110000 | 100 | 101001100 | 1011100 | 110101 |
Color Harmonies of #F61881
Complementary color
Monochromatic Colors of #F61881
Black with #F61881
Text Example
Text Example
White with #F61881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61881; }
p { color: rgb(246,24,129); }
H1.HeaderClassName
{
color: #F61881;
}
.AnyTagClassName
{
color: #F61881;
}
</style>
background-color css
<style>
a { background-color: #F61881; }
a { background-color: rgb(246,24,129); }
div.DivClassName
{
background-color: #F61881;
}
.BgClassName
{
background-color: #F61881;
}
</style>
border-color css
<style>
span { border-color: #F61881; }
span { border-color: rgb(246,24,129); }
td.TdClassName
{
border-color: #F61881;
}
.TagClassName
{
border-color: #F61881;
}
</style>