Shades of Deep Pink #F91C9B
Tints of Deep Pink #F91C9B
RGB
CMYK
RGB Variations
Color information
#F91C9B (or 0xF91C9B) is known color: Deep Pink. HEX triplet: F9, 1C and 9B. RGB value is (249,28,155). Sum of RGB (Red+Green+Blue) = 249+28+155=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C9B is #06E364. Grayscale: #6C6C6C. Windows color (decimal): -451429 or 10165497. OLE color: 10165497.
HSL color Cylindrical-coordinate representation of color #F91C9B: hue angle of 325.52º 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 #F91C9B is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 155 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.02 |
| HSL | 325.52º | 0.95% | 0.54% | - |
| HSV(B) | 325.52º | 0.89% | 0.98% | - |
| XYZ | 45.4 | 23.34 | 33.12 | - |
| YUV | 108.56 | 154.22 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 155 | 0 | 0.89 | 0.38 | 0.02 | 325.52 | 0.95 | 0.54 |
| Hex | F9 | 1C | 9B | 0 | 59 | 26 | 2 | 146 | 5F | 36 |
| Octal | 371 | 34 | 233 | 0 | 131 | 46 | 2 | 506 | 137 | 66 |
| Binary | 11111001 | 11100 | 10011011 | 0 | 1011001 | 100110 | 10 | 101000110 | 1011111 | 110110 |
Color Harmonies of #F91C9B
Complementary color
Monochromatic Colors of #F91C9B
Black with #F91C9B
Text Example
Text Example
White with #F91C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C9B; }
p { color: rgb(249,28,155); }
H1.HeaderClassName
{
color: #F91C9B;
}
.AnyTagClassName
{
color: #F91C9B;
}
</style>
background-color css
<style>
a { background-color: #F91C9B; }
a { background-color: rgb(249,28,155); }
div.DivClassName
{
background-color: #F91C9B;
}
.BgClassName
{
background-color: #F91C9B;
}
</style>
border-color css
<style>
span { border-color: #F91C9B; }
span { border-color: rgb(249,28,155); }
td.TdClassName
{
border-color: #F91C9B;
}
.TagClassName
{
border-color: #F91C9B;
}
</style>