Shades of Deep Pink #F91B8B
Tints of Deep Pink #F91B8B
RGB
CMYK
RGB Variations
Color information
#F91B8B (or 0xF91B8B) is known color: Deep Pink. HEX triplet: F9, 1B and 8B. RGB value is (249,27,139). Sum of RGB (Red+Green+Blue) = 249+27+139=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91B8B is #06E474. Grayscale: #696969. Windows color (decimal): -451701 or 9116665. OLE color: 9116665.
HSL color Cylindrical-coordinate representation of color #F91B8B: hue angle of 329.73º 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 #F91B8B is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 139 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.02 |
| HSL | 329.73º | 0.95% | 0.54% | - |
| HSV(B) | 329.73º | 0.89% | 0.98% | - |
| XYZ | 44.12 | 22.79 | 26.5 | - |
| YUV | 106.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 139 | 0 | 0.89 | 0.44 | 0.02 | 329.73 | 0.95 | 0.54 |
| Hex | F9 | 1B | 8B | 0 | 59 | 2C | 2 | 14A | 5F | 36 |
| Octal | 371 | 33 | 213 | 0 | 131 | 54 | 2 | 512 | 137 | 66 |
| Binary | 11111001 | 11011 | 10001011 | 0 | 1011001 | 101100 | 10 | 101001010 | 1011111 | 110110 |
Color Harmonies of #F91B8B
Complementary color
Monochromatic Colors of #F91B8B
Black with #F91B8B
Text Example
Text Example
White with #F91B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B8B; }
p { color: rgb(249,27,139); }
H1.HeaderClassName
{
color: #F91B8B;
}
.AnyTagClassName
{
color: #F91B8B;
}
</style>
background-color css
<style>
a { background-color: #F91B8B; }
a { background-color: rgb(249,27,139); }
div.DivClassName
{
background-color: #F91B8B;
}
.BgClassName
{
background-color: #F91B8B;
}
</style>
border-color css
<style>
span { border-color: #F91B8B; }
span { border-color: rgb(249,27,139); }
td.TdClassName
{
border-color: #F91B8B;
}
.TagClassName
{
border-color: #F91B8B;
}
</style>