Shades of Deep Pink #F91A8F
Tints of Deep Pink #F91A8F
RGB
CMYK
RGB Variations
Color information
#F91A8F (or 0xF91A8F) is known color: Deep Pink. HEX triplet: F9, 1A and 8F. RGB value is (249,26,143). Sum of RGB (Red+Green+Blue) = 249+26+143=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91A8F is #06E570. Grayscale: #696969. Windows color (decimal): -451953 or 9378553. OLE color: 9378553.
HSL color Cylindrical-coordinate representation of color #F91A8F: hue angle of 328.52º 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 #F91A8F is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 143 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.02 |
| HSL | 328.52º | 0.95% | 0.54% | - |
| HSV(B) | 328.52º | 0.9% | 0.98% | - |
| XYZ | 44.39 | 22.86 | 28.06 | - |
| YUV | 106.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 143 | 0 | 0.90 | 0.43 | 0.02 | 328.52 | 0.95 | 0.54 |
| Hex | F9 | 1A | 8F | 0 | 5A | 2B | 2 | 149 | 5F | 36 |
| Octal | 371 | 32 | 217 | 0 | 132 | 53 | 2 | 511 | 137 | 66 |
| Binary | 11111001 | 11010 | 10001111 | 0 | 1011010 | 101011 | 10 | 101001001 | 1011111 | 110110 |
Color Harmonies of #F91A8F
Complementary color
Monochromatic Colors of #F91A8F
Black with #F91A8F
Text Example
Text Example
White with #F91A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A8F; }
p { color: rgb(249,26,143); }
H1.HeaderClassName
{
color: #F91A8F;
}
.AnyTagClassName
{
color: #F91A8F;
}
</style>
background-color css
<style>
a { background-color: #F91A8F; }
a { background-color: rgb(249,26,143); }
div.DivClassName
{
background-color: #F91A8F;
}
.BgClassName
{
background-color: #F91A8F;
}
</style>
border-color css
<style>
span { border-color: #F91A8F; }
span { border-color: rgb(249,26,143); }
td.TdClassName
{
border-color: #F91A8F;
}
.TagClassName
{
border-color: #F91A8F;
}
</style>