Shades of Deep Pink #F91A96
Tints of Deep Pink #F91A96
RGB
CMYK
RGB Variations
Color information
#F91A96 (or 0xF91A96) is known color: Deep Pink. HEX triplet: F9, 1A and 96. RGB value is (249,26,150). Sum of RGB (Red+Green+Blue) = 249+26+150=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 26 (10.55% from 255 or 6.12% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91A96 is #06E569. Grayscale: #6A6A6A. Windows color (decimal): -451946 or 9837305. OLE color: 9837305.
HSL color Cylindrical-coordinate representation of color #F91A96: hue angle of 326.64º 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 #F91A96 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 150 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.02 |
| HSL | 326.64º | 0.95% | 0.54% | - |
| HSV(B) | 326.64º | 0.9% | 0.98% | - |
| XYZ | 44.94 | 23.08 | 30.94 | - |
| YUV | 106.81 | 152.38 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 150 | 0 | 0.90 | 0.40 | 0.02 | 326.64 | 0.95 | 0.54 |
| Hex | F9 | 1A | 96 | 0 | 5A | 28 | 2 | 147 | 5F | 36 |
| Octal | 371 | 32 | 226 | 0 | 132 | 50 | 2 | 507 | 137 | 66 |
| Binary | 11111001 | 11010 | 10010110 | 0 | 1011010 | 101000 | 10 | 101000111 | 1011111 | 110110 |
Color Harmonies of #F91A96
Complementary color
Monochromatic Colors of #F91A96
Black with #F91A96
Text Example
Text Example
White with #F91A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A96; }
p { color: rgb(249,26,150); }
H1.HeaderClassName
{
color: #F91A96;
}
.AnyTagClassName
{
color: #F91A96;
}
</style>
background-color css
<style>
a { background-color: #F91A96; }
a { background-color: rgb(249,26,150); }
div.DivClassName
{
background-color: #F91A96;
}
.BgClassName
{
background-color: #F91A96;
}
</style>
border-color css
<style>
span { border-color: #F91A96; }
span { border-color: rgb(249,26,150); }
td.TdClassName
{
border-color: #F91A96;
}
.TagClassName
{
border-color: #F91A96;
}
</style>