Shades of Deep Pink #F91B7A
Tints of Deep Pink #F91B7A
RGB
CMYK
RGB Variations
Color information
#F91B7A (or 0xF91B7A) is known color: Deep Pink. HEX triplet: F9, 1B and 7A. RGB value is (249,27,122). Sum of RGB (Red+Green+Blue) = 249+27+122=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91B7A is #06E485. Grayscale: #686868. Windows color (decimal): -451718 or 8002553. OLE color: 8002553.
HSL color Cylindrical-coordinate representation of color #F91B7A: hue angle of 334.32º 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 #F91B7A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 122 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.02 |
| HSL | 334.32º | 0.95% | 0.54% | - |
| HSV(B) | 334.32º | 0.89% | 0.98% | - |
| XYZ | 42.97 | 22.33 | 20.46 | - |
| YUV | 104.21 | 138.05 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 122 | 0 | 0.89 | 0.51 | 0.02 | 334.32 | 0.95 | 0.54 |
| Hex | F9 | 1B | 7A | 0 | 59 | 33 | 2 | 14E | 5F | 36 |
| Octal | 371 | 33 | 172 | 0 | 131 | 63 | 2 | 516 | 137 | 66 |
| Binary | 11111001 | 11011 | 1111010 | 0 | 1011001 | 110011 | 10 | 101001110 | 1011111 | 110110 |
Color Harmonies of #F91B7A
Complementary color
Monochromatic Colors of #F91B7A
Black with #F91B7A
Text Example
Text Example
White with #F91B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B7A; }
p { color: rgb(249,27,122); }
H1.HeaderClassName
{
color: #F91B7A;
}
.AnyTagClassName
{
color: #F91B7A;
}
</style>
background-color css
<style>
a { background-color: #F91B7A; }
a { background-color: rgb(249,27,122); }
div.DivClassName
{
background-color: #F91B7A;
}
.BgClassName
{
background-color: #F91B7A;
}
</style>
border-color css
<style>
span { border-color: #F91B7A; }
span { border-color: rgb(249,27,122); }
td.TdClassName
{
border-color: #F91B7A;
}
.TagClassName
{
border-color: #F91B7A;
}
</style>