Shades of Deep Pink #F91A9A
Tints of Deep Pink #F91A9A
RGB
CMYK
RGB Variations
Color information
#F91A9A (or 0xF91A9A) is known color: Deep Pink. HEX triplet: F9, 1A and 9A. RGB value is (249,26,154). Sum of RGB (Red+Green+Blue) = 249+26+154=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91A9A is #06E565. Grayscale: #6A6A6A. Windows color (decimal): -451942 or 10099449. OLE color: 10099449.
HSL color Cylindrical-coordinate representation of color #F91A9A: hue angle of 325.56º 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 #F91A9A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 154 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.02 |
| HSL | 325.56º | 0.95% | 0.54% | - |
| HSV(B) | 325.56º | 0.9% | 0.98% | - |
| XYZ | 45.27 | 23.21 | 32.67 | - |
| YUV | 107.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 154 | 0 | 0.90 | 0.38 | 0.02 | 325.56 | 0.95 | 0.54 |
| Hex | F9 | 1A | 9A | 0 | 5A | 26 | 2 | 146 | 5F | 36 |
| Octal | 371 | 32 | 232 | 0 | 132 | 46 | 2 | 506 | 137 | 66 |
| Binary | 11111001 | 11010 | 10011010 | 0 | 1011010 | 100110 | 10 | 101000110 | 1011111 | 110110 |
Color Harmonies of #F91A9A
Complementary color
Monochromatic Colors of #F91A9A
Black with #F91A9A
Text Example
Text Example
White with #F91A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A9A; }
p { color: rgb(249,26,154); }
H1.HeaderClassName
{
color: #F91A9A;
}
.AnyTagClassName
{
color: #F91A9A;
}
</style>
background-color css
<style>
a { background-color: #F91A9A; }
a { background-color: rgb(249,26,154); }
div.DivClassName
{
background-color: #F91A9A;
}
.BgClassName
{
background-color: #F91A9A;
}
</style>
border-color css
<style>
span { border-color: #F91A9A; }
span { border-color: rgb(249,26,154); }
td.TdClassName
{
border-color: #F91A9A;
}
.TagClassName
{
border-color: #F91A9A;
}
</style>