Shades of Deep Pink #F91A83
Tints of Deep Pink #F91A83
RGB
CMYK
RGB Variations
Color information
#F91A83 (or 0xF91A83) is known color: Deep Pink. HEX triplet: F9, 1A and 83. RGB value is (249,26,131). Sum of RGB (Red+Green+Blue) = 249+26+131=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91A83 is #06E57C. Grayscale: #686868. Windows color (decimal): -451965 or 8592121. OLE color: 8592121.
HSL color Cylindrical-coordinate representation of color #F91A83: hue angle of 331.75º 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 #F91A83 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 131 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.02 |
| HSL | 331.75º | 0.95% | 0.54% | - |
| HSV(B) | 331.75º | 0.9% | 0.98% | - |
| XYZ | 43.53 | 22.52 | 23.52 | - |
| YUV | 104.65 | 142.88 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 131 | 0 | 0.90 | 0.47 | 0.02 | 331.75 | 0.95 | 0.54 |
| Hex | F9 | 1A | 83 | 0 | 5A | 2F | 2 | 14C | 5F | 36 |
| Octal | 371 | 32 | 203 | 0 | 132 | 57 | 2 | 514 | 137 | 66 |
| Binary | 11111001 | 11010 | 10000011 | 0 | 1011010 | 101111 | 10 | 101001100 | 1011111 | 110110 |
Color Harmonies of #F91A83
Complementary color
Monochromatic Colors of #F91A83
Black with #F91A83
Text Example
Text Example
White with #F91A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A83; }
p { color: rgb(249,26,131); }
H1.HeaderClassName
{
color: #F91A83;
}
.AnyTagClassName
{
color: #F91A83;
}
</style>
background-color css
<style>
a { background-color: #F91A83; }
a { background-color: rgb(249,26,131); }
div.DivClassName
{
background-color: #F91A83;
}
.BgClassName
{
background-color: #F91A83;
}
</style>
border-color css
<style>
span { border-color: #F91A83; }
span { border-color: rgb(249,26,131); }
td.TdClassName
{
border-color: #F91A83;
}
.TagClassName
{
border-color: #F91A83;
}
</style>