Shades of Deep Pink #F91B7B
Tints of Deep Pink #F91B7B
RGB
CMYK
RGB Variations
Color information
#F91B7B (or 0xF91B7B) is known color: Deep Pink. HEX triplet: F9, 1B and 7B. RGB value is (249,27,123). Sum of RGB (Red+Green+Blue) = 249+27+123=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91B7B is #06E484. Grayscale: #686868. Windows color (decimal): -451717 or 8068089. OLE color: 8068089.
HSL color Cylindrical-coordinate representation of color #F91B7B: hue angle of 334.05º 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 #F91B7B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 123 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.02 |
| HSL | 334.05º | 0.95% | 0.54% | - |
| HSV(B) | 334.05º | 0.89% | 0.98% | - |
| XYZ | 43.03 | 22.35 | 20.79 | - |
| YUV | 104.32 | 138.55 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 123 | 0 | 0.89 | 0.51 | 0.02 | 334.05 | 0.95 | 0.54 |
| Hex | F9 | 1B | 7B | 0 | 59 | 33 | 2 | 14E | 5F | 36 |
| Octal | 371 | 33 | 173 | 0 | 131 | 63 | 2 | 516 | 137 | 66 |
| Binary | 11111001 | 11011 | 1111011 | 0 | 1011001 | 110011 | 10 | 101001110 | 1011111 | 110110 |
Color Harmonies of #F91B7B
Complementary color
Monochromatic Colors of #F91B7B
Black with #F91B7B
Text Example
Text Example
White with #F91B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B7B; }
p { color: rgb(249,27,123); }
H1.HeaderClassName
{
color: #F91B7B;
}
.AnyTagClassName
{
color: #F91B7B;
}
</style>
background-color css
<style>
a { background-color: #F91B7B; }
a { background-color: rgb(249,27,123); }
div.DivClassName
{
background-color: #F91B7B;
}
.BgClassName
{
background-color: #F91B7B;
}
</style>
border-color css
<style>
span { border-color: #F91B7B; }
span { border-color: rgb(249,27,123); }
td.TdClassName
{
border-color: #F91B7B;
}
.TagClassName
{
border-color: #F91B7B;
}
</style>