Shades of Deep Pink #F91A93
Tints of Deep Pink #F91A93
RGB
CMYK
RGB Variations
Color information
#F91A93 (or 0xF91A93) is known color: Deep Pink. HEX triplet: F9, 1A and 93. RGB value is (249,26,147). Sum of RGB (Red+Green+Blue) = 249+26+147=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91A93 is #06E56C. Grayscale: #6A6A6A. Windows color (decimal): -451949 or 9640697. OLE color: 9640697.
HSL color Cylindrical-coordinate representation of color #F91A93: hue angle of 327.44º 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 #F91A93 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 147 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.02 |
| HSL | 327.44º | 0.95% | 0.54% | - |
| HSV(B) | 327.44º | 0.9% | 0.98% | - |
| XYZ | 44.7 | 22.99 | 29.68 | - |
| YUV | 106.47 | 150.88 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 147 | 0 | 0.90 | 0.41 | 0.02 | 327.44 | 0.95 | 0.54 |
| Hex | F9 | 1A | 93 | 0 | 5A | 29 | 2 | 147 | 5F | 36 |
| Octal | 371 | 32 | 223 | 0 | 132 | 51 | 2 | 507 | 137 | 66 |
| Binary | 11111001 | 11010 | 10010011 | 0 | 1011010 | 101001 | 10 | 101000111 | 1011111 | 110110 |
Color Harmonies of #F91A93
Complementary color
Monochromatic Colors of #F91A93
Black with #F91A93
Text Example
Text Example
White with #F91A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A93; }
p { color: rgb(249,26,147); }
H1.HeaderClassName
{
color: #F91A93;
}
.AnyTagClassName
{
color: #F91A93;
}
</style>
background-color css
<style>
a { background-color: #F91A93; }
a { background-color: rgb(249,26,147); }
div.DivClassName
{
background-color: #F91A93;
}
.BgClassName
{
background-color: #F91A93;
}
</style>
border-color css
<style>
span { border-color: #F91A93; }
span { border-color: rgb(249,26,147); }
td.TdClassName
{
border-color: #F91A93;
}
.TagClassName
{
border-color: #F91A93;
}
</style>