Shades of Deep Pink #F91D9B
Tints of Deep Pink #F91D9B
RGB
CMYK
RGB Variations
Color information
#F91D9B (or 0xF91D9B) is known color: Deep Pink. HEX triplet: F9, 1D and 9B. RGB value is (249,29,155). Sum of RGB (Red+Green+Blue) = 249+29+155=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91D9B is #06E264. Grayscale: #6C6C6C. Windows color (decimal): -451173 or 10165753. OLE color: 10165753.
HSL color Cylindrical-coordinate representation of color #F91D9B: hue angle of 325.64º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D9B is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 155 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.02 |
| HSL | 325.64º | 0.95% | 0.55% | - |
| HSV(B) | 325.64º | 0.88% | 0.98% | - |
| XYZ | 45.42 | 23.39 | 33.13 | - |
| YUV | 109.14 | 153.89 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 155 | 0 | 0.88 | 0.38 | 0.02 | 325.64 | 0.95 | 0.55 |
| Hex | F9 | 1D | 9B | 0 | 58 | 26 | 2 | 146 | 5F | 37 |
| Octal | 371 | 35 | 233 | 0 | 130 | 46 | 2 | 506 | 137 | 67 |
| Binary | 11111001 | 11101 | 10011011 | 0 | 1011000 | 100110 | 10 | 101000110 | 1011111 | 110111 |
Color Harmonies of #F91D9B
Complementary color
Monochromatic Colors of #F91D9B
Black with #F91D9B
Text Example
Text Example
White with #F91D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D9B; }
p { color: rgb(249,29,155); }
H1.HeaderClassName
{
color: #F91D9B;
}
.AnyTagClassName
{
color: #F91D9B;
}
</style>
background-color css
<style>
a { background-color: #F91D9B; }
a { background-color: rgb(249,29,155); }
div.DivClassName
{
background-color: #F91D9B;
}
.BgClassName
{
background-color: #F91D9B;
}
</style>
border-color css
<style>
span { border-color: #F91D9B; }
span { border-color: rgb(249,29,155); }
td.TdClassName
{
border-color: #F91D9B;
}
.TagClassName
{
border-color: #F91D9B;
}
</style>