Shades of Deep Pink #F91676
Tints of Deep Pink #F91676
RGB
CMYK
RGB Variations
Color information
#F91676 (or 0xF91676) is known color: Deep Pink. HEX triplet: F9, 16 and 76. RGB value is (249,22,118). Sum of RGB (Red+Green+Blue) = 249+22+118=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F91676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91676 is #06E989. Grayscale: #646464. Windows color (decimal): -453002 or 7739129. OLE color: 7739129.
HSL color Cylindrical-coordinate representation of color #F91676: hue angle of 334.63º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91676 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 118 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.02 |
| HSL | 334.63º | 0.95% | 0.53% | - |
| HSV(B) | 334.63º | 0.91% | 0.98% | - |
| XYZ | 42.62 | 22.02 | 19.14 | - |
| YUV | 100.82 | 137.71 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 118 | 0 | 0.91 | 0.53 | 0.02 | 334.63 | 0.95 | 0.53 |
| Hex | F9 | 16 | 76 | 0 | 5B | 35 | 2 | 14F | 5F | 35 |
| Octal | 371 | 26 | 166 | 0 | 133 | 65 | 2 | 517 | 137 | 65 |
| Binary | 11111001 | 10110 | 1110110 | 0 | 1011011 | 110101 | 10 | 101001111 | 1011111 | 110101 |
Color Harmonies of #F91676
Complementary color
Monochromatic Colors of #F91676
Black with #F91676
Text Example
Text Example
White with #F91676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91676; }
p { color: rgb(249,22,118); }
H1.HeaderClassName
{
color: #F91676;
}
.AnyTagClassName
{
color: #F91676;
}
</style>
background-color css
<style>
a { background-color: #F91676; }
a { background-color: rgb(249,22,118); }
div.DivClassName
{
background-color: #F91676;
}
.BgClassName
{
background-color: #F91676;
}
</style>
border-color css
<style>
span { border-color: #F91676; }
span { border-color: rgb(249,22,118); }
td.TdClassName
{
border-color: #F91676;
}
.TagClassName
{
border-color: #F91676;
}
</style>