Shades of Deep Pink #F91B9C
Tints of Deep Pink #F91B9C
RGB
CMYK
RGB Variations
Color information
#F91B9C (or 0xF91B9C) is known color: Deep Pink. HEX triplet: F9, 1B and 9C. RGB value is (249,27,156). Sum of RGB (Red+Green+Blue) = 249+27+156=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91B9C is #06E463. Grayscale: #6B6B6B. Windows color (decimal): -451684 or 10230777. OLE color: 10230777.
HSL color Cylindrical-coordinate representation of color #F91B9C: hue angle of 325.14º 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 #F91B9C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 156 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.02 |
| HSL | 325.14º | 0.95% | 0.54% | - |
| HSV(B) | 325.14º | 0.89% | 0.98% | - |
| XYZ | 45.46 | 23.32 | 33.56 | - |
| YUV | 108.08 | 155.05 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 156 | 0 | 0.89 | 0.37 | 0.02 | 325.14 | 0.95 | 0.54 |
| Hex | F9 | 1B | 9C | 0 | 59 | 25 | 2 | 145 | 5F | 36 |
| Octal | 371 | 33 | 234 | 0 | 131 | 45 | 2 | 505 | 137 | 66 |
| Binary | 11111001 | 11011 | 10011100 | 0 | 1011001 | 100101 | 10 | 101000101 | 1011111 | 110110 |
Color Harmonies of #F91B9C
Complementary color
Monochromatic Colors of #F91B9C
Black with #F91B9C
Text Example
Text Example
White with #F91B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B9C; }
p { color: rgb(249,27,156); }
H1.HeaderClassName
{
color: #F91B9C;
}
.AnyTagClassName
{
color: #F91B9C;
}
</style>
background-color css
<style>
a { background-color: #F91B9C; }
a { background-color: rgb(249,27,156); }
div.DivClassName
{
background-color: #F91B9C;
}
.BgClassName
{
background-color: #F91B9C;
}
</style>
border-color css
<style>
span { border-color: #F91B9C; }
span { border-color: rgb(249,27,156); }
td.TdClassName
{
border-color: #F91B9C;
}
.TagClassName
{
border-color: #F91B9C;
}
</style>