Shades of Deep Pink #F91993
Tints of Deep Pink #F91993
RGB
CMYK
RGB Variations
Color information
#F91993 (or 0xF91993) is known color: Deep Pink. HEX triplet: F9, 19 and 93. RGB value is (249,25,147). Sum of RGB (Red+Green+Blue) = 249+25+147=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91993 is #06E66C. Grayscale: #696969. Windows color (decimal): -452205 or 9640441. OLE color: 9640441.
HSL color Cylindrical-coordinate representation of color #F91993: hue angle of 327.32º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91993 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 147 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.02 |
| HSL | 327.32º | 0.95% | 0.54% | - |
| HSV(B) | 327.32º | 0.9% | 0.98% | - |
| XYZ | 44.68 | 22.94 | 29.68 | - |
| YUV | 105.88 | 151.21 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 147 | 0 | 0.90 | 0.41 | 0.02 | 327.32 | 0.95 | 0.54 |
| Hex | F9 | 19 | 93 | 0 | 5A | 29 | 2 | 147 | 5F | 36 |
| Octal | 371 | 31 | 223 | 0 | 132 | 51 | 2 | 507 | 137 | 66 |
| Binary | 11111001 | 11001 | 10010011 | 0 | 1011010 | 101001 | 10 | 101000111 | 1011111 | 110110 |
Color Harmonies of #F91993
Complementary color
Monochromatic Colors of #F91993
Black with #F91993
Text Example
Text Example
White with #F91993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91993; }
p { color: rgb(249,25,147); }
H1.HeaderClassName
{
color: #F91993;
}
.AnyTagClassName
{
color: #F91993;
}
</style>
background-color css
<style>
a { background-color: #F91993; }
a { background-color: rgb(249,25,147); }
div.DivClassName
{
background-color: #F91993;
}
.BgClassName
{
background-color: #F91993;
}
</style>
border-color css
<style>
span { border-color: #F91993; }
span { border-color: rgb(249,25,147); }
td.TdClassName
{
border-color: #F91993;
}
.TagClassName
{
border-color: #F91993;
}
</style>