Shades of Deep Pink #F61791
Tints of Deep Pink #F61791
RGB
CMYK
RGB Variations
Color information
#F61791 (or 0xF61791) is known color: Deep Pink. HEX triplet: F6, 17 and 91. RGB value is (246,23,145). Sum of RGB (Red+Green+Blue) = 246+23+145=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F61791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61791 is #09E86E. Grayscale: #676767. Windows color (decimal): -649327 or 9508854. OLE color: 9508854.
HSL color Cylindrical-coordinate representation of color #F61791: hue angle of 327.17º 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 #F61791 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 145 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.04 |
| HSL | 327.17º | 0.93% | 0.53% | - |
| HSV(B) | 327.17º | 0.91% | 0.96% | - |
| XYZ | 43.42 | 22.25 | 28.79 | - |
| YUV | 103.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 145 | 0 | 0.91 | 0.41 | 0.04 | 327.17 | 0.93 | 0.53 |
| Hex | F6 | 17 | 91 | 0 | 5B | 29 | 4 | 147 | 5D | 35 |
| Octal | 366 | 27 | 221 | 0 | 133 | 51 | 4 | 507 | 135 | 65 |
| Binary | 11110110 | 10111 | 10010001 | 0 | 1011011 | 101001 | 100 | 101000111 | 1011101 | 110101 |
Color Harmonies of #F61791
Complementary color
Monochromatic Colors of #F61791
Black with #F61791
Text Example
Text Example
White with #F61791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61791; }
p { color: rgb(246,23,145); }
H1.HeaderClassName
{
color: #F61791;
}
.AnyTagClassName
{
color: #F61791;
}
</style>
background-color css
<style>
a { background-color: #F61791; }
a { background-color: rgb(246,23,145); }
div.DivClassName
{
background-color: #F61791;
}
.BgClassName
{
background-color: #F61791;
}
</style>
border-color css
<style>
span { border-color: #F61791; }
span { border-color: rgb(246,23,145); }
td.TdClassName
{
border-color: #F61791;
}
.TagClassName
{
border-color: #F61791;
}
</style>