Shades of Deep Pink #F91784
Tints of Deep Pink #F91784
RGB
CMYK
RGB Variations
Color information
#F91784 (or 0xF91784) is known color: Deep Pink. HEX triplet: F9, 17 and 84. RGB value is (249,23,132). Sum of RGB (Red+Green+Blue) = 249+23+132=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F91784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91784 is #06E87B. Grayscale: #666666. Windows color (decimal): -452732 or 8656889. OLE color: 8656889.
HSL color Cylindrical-coordinate representation of color #F91784: hue angle of 331.06º 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 #F91784 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 132 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.02 |
| HSL | 331.06º | 0.95% | 0.53% | - |
| HSV(B) | 331.06º | 0.91% | 0.98% | - |
| XYZ | 43.54 | 22.42 | 23.86 | - |
| YUV | 103 | 144.37 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 132 | 0 | 0.91 | 0.47 | 0.02 | 331.06 | 0.95 | 0.53 |
| Hex | F9 | 17 | 84 | 0 | 5B | 2F | 2 | 14B | 5F | 35 |
| Octal | 371 | 27 | 204 | 0 | 133 | 57 | 2 | 513 | 137 | 65 |
| Binary | 11111001 | 10111 | 10000100 | 0 | 1011011 | 101111 | 10 | 101001011 | 1011111 | 110101 |
Color Harmonies of #F91784
Complementary color
Monochromatic Colors of #F91784
Black with #F91784
Text Example
Text Example
White with #F91784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91784; }
p { color: rgb(249,23,132); }
H1.HeaderClassName
{
color: #F91784;
}
.AnyTagClassName
{
color: #F91784;
}
</style>
background-color css
<style>
a { background-color: #F91784; }
a { background-color: rgb(249,23,132); }
div.DivClassName
{
background-color: #F91784;
}
.BgClassName
{
background-color: #F91784;
}
</style>
border-color css
<style>
span { border-color: #F91784; }
span { border-color: rgb(249,23,132); }
td.TdClassName
{
border-color: #F91784;
}
.TagClassName
{
border-color: #F91784;
}
</style>