Shades of Deep Pink #F91C9A
Tints of Deep Pink #F91C9A
RGB
CMYK
RGB Variations
Color information
#F91C9A (or 0xF91C9A) is known color: Deep Pink. HEX triplet: F9, 1C and 9A. RGB value is (249,28,154). Sum of RGB (Red+Green+Blue) = 249+28+154=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C9A is #06E365. Grayscale: #6C6C6C. Windows color (decimal): -451430 or 10099961. OLE color: 10099961.
HSL color Cylindrical-coordinate representation of color #F91C9A: hue angle of 325.79º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C9A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 154 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.02 |
| HSL | 325.79º | 0.95% | 0.54% | - |
| HSV(B) | 325.79º | 0.89% | 0.98% | - |
| XYZ | 45.31 | 23.3 | 32.68 | - |
| YUV | 108.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 154 | 0 | 0.89 | 0.38 | 0.02 | 325.79 | 0.95 | 0.54 |
| Hex | F9 | 1C | 9A | 0 | 59 | 26 | 2 | 146 | 5F | 36 |
| Octal | 371 | 34 | 232 | 0 | 131 | 46 | 2 | 506 | 137 | 66 |
| Binary | 11111001 | 11100 | 10011010 | 0 | 1011001 | 100110 | 10 | 101000110 | 1011111 | 110110 |
Color Harmonies of #F91C9A
Complementary color
Monochromatic Colors of #F91C9A
Black with #F91C9A
Text Example
Text Example
White with #F91C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C9A; }
p { color: rgb(249,28,154); }
H1.HeaderClassName
{
color: #F91C9A;
}
.AnyTagClassName
{
color: #F91C9A;
}
</style>
background-color css
<style>
a { background-color: #F91C9A; }
a { background-color: rgb(249,28,154); }
div.DivClassName
{
background-color: #F91C9A;
}
.BgClassName
{
background-color: #F91C9A;
}
</style>
border-color css
<style>
span { border-color: #F91C9A; }
span { border-color: rgb(249,28,154); }
td.TdClassName
{
border-color: #F91C9A;
}
.TagClassName
{
border-color: #F91C9A;
}
</style>