Shades of Deep Pink #F91B7C
Tints of Deep Pink #F91B7C
RGB
CMYK
RGB Variations
Color information
#F91B7C (or 0xF91B7C) is known color: Deep Pink. HEX triplet: F9, 1B and 7C. RGB value is (249,27,124). Sum of RGB (Red+Green+Blue) = 249+27+124=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91B7C is #06E483. Grayscale: #686868. Windows color (decimal): -451716 or 8133625. OLE color: 8133625.
HSL color Cylindrical-coordinate representation of color #F91B7C: hue angle of 333.78º 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 #F91B7C is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 124 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.02 |
| HSL | 333.78º | 0.95% | 0.54% | - |
| HSV(B) | 333.78º | 0.89% | 0.98% | - |
| XYZ | 43.1 | 22.38 | 21.12 | - |
| YUV | 104.44 | 139.05 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 124 | 0 | 0.89 | 0.50 | 0.02 | 333.78 | 0.95 | 0.54 |
| Hex | F9 | 1B | 7C | 0 | 59 | 32 | 2 | 14E | 5F | 36 |
| Octal | 371 | 33 | 174 | 0 | 131 | 62 | 2 | 516 | 137 | 66 |
| Binary | 11111001 | 11011 | 1111100 | 0 | 1011001 | 110010 | 10 | 101001110 | 1011111 | 110110 |
Color Harmonies of #F91B7C
Complementary color
Monochromatic Colors of #F91B7C
Black with #F91B7C
Text Example
Text Example
White with #F91B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B7C; }
p { color: rgb(249,27,124); }
H1.HeaderClassName
{
color: #F91B7C;
}
.AnyTagClassName
{
color: #F91B7C;
}
</style>
background-color css
<style>
a { background-color: #F91B7C; }
a { background-color: rgb(249,27,124); }
div.DivClassName
{
background-color: #F91B7C;
}
.BgClassName
{
background-color: #F91B7C;
}
</style>
border-color css
<style>
span { border-color: #F91B7C; }
span { border-color: rgb(249,27,124); }
td.TdClassName
{
border-color: #F91B7C;
}
.TagClassName
{
border-color: #F91B7C;
}
</style>