Shades of Deep Pink #F91F8B
Tints of Deep Pink #F91F8B
RGB
CMYK
RGB Variations
Color information
#F91F8B (or 0xF91F8B) is known color: Deep Pink. HEX triplet: F9, 1F and 8B. RGB value is (249,31,139). Sum of RGB (Red+Green+Blue) = 249+31+139=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91F8B is #06E074. Grayscale: #6C6C6C. Windows color (decimal): -450677 or 9117689. OLE color: 9117689.
HSL color Cylindrical-coordinate representation of color #F91F8B: hue angle of 330.28º 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 #F91F8B is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 139 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.02 |
| HSL | 330.28º | 0.95% | 0.55% | - |
| HSV(B) | 330.28º | 0.88% | 0.98% | - |
| XYZ | 44.22 | 22.98 | 26.53 | - |
| YUV | 108.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 139 | 0 | 0.88 | 0.44 | 0.02 | 330.28 | 0.95 | 0.55 |
| Hex | F9 | 1F | 8B | 0 | 58 | 2C | 2 | 14A | 5F | 37 |
| Octal | 371 | 37 | 213 | 0 | 130 | 54 | 2 | 512 | 137 | 67 |
| Binary | 11111001 | 11111 | 10001011 | 0 | 1011000 | 101100 | 10 | 101001010 | 1011111 | 110111 |
Color Harmonies of #F91F8B
Complementary color
Monochromatic Colors of #F91F8B
Black with #F91F8B
Text Example
Text Example
White with #F91F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91F8B; }
p { color: rgb(249,31,139); }
H1.HeaderClassName
{
color: #F91F8B;
}
.AnyTagClassName
{
color: #F91F8B;
}
</style>
background-color css
<style>
a { background-color: #F91F8B; }
a { background-color: rgb(249,31,139); }
div.DivClassName
{
background-color: #F91F8B;
}
.BgClassName
{
background-color: #F91F8B;
}
</style>
border-color css
<style>
span { border-color: #F91F8B; }
span { border-color: rgb(249,31,139); }
td.TdClassName
{
border-color: #F91F8B;
}
.TagClassName
{
border-color: #F91F8B;
}
</style>