Shades of Deep Pink #F91E7E
Tints of Deep Pink #F91E7E
RGB
CMYK
RGB Variations
Color information
#F91E7E (or 0xF91E7E) is known color: Deep Pink. HEX triplet: F9, 1E and 7E. RGB value is (249,30,126). Sum of RGB (Red+Green+Blue) = 249+30+126=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91E7E is #06E181. Grayscale: #6A6A6A. Windows color (decimal): -450946 or 8265465. OLE color: 8265465.
HSL color Cylindrical-coordinate representation of color #F91E7E: hue angle of 333.7º 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 #F91E7E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 126 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.02 |
| HSL | 333.7º | 0.95% | 0.55% | - |
| HSV(B) | 333.7º | 0.88% | 0.98% | - |
| XYZ | 43.3 | 22.57 | 21.81 | - |
| YUV | 106.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 126 | 0 | 0.88 | 0.49 | 0.02 | 333.7 | 0.95 | 0.55 |
| Hex | F9 | 1E | 7E | 0 | 58 | 31 | 2 | 14E | 5F | 37 |
| Octal | 371 | 36 | 176 | 0 | 130 | 61 | 2 | 516 | 137 | 67 |
| Binary | 11111001 | 11110 | 1111110 | 0 | 1011000 | 110001 | 10 | 101001110 | 1011111 | 110111 |
Color Harmonies of #F91E7E
Complementary color
Monochromatic Colors of #F91E7E
Black with #F91E7E
Text Example
Text Example
White with #F91E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91E7E; }
p { color: rgb(249,30,126); }
H1.HeaderClassName
{
color: #F91E7E;
}
.AnyTagClassName
{
color: #F91E7E;
}
</style>
background-color css
<style>
a { background-color: #F91E7E; }
a { background-color: rgb(249,30,126); }
div.DivClassName
{
background-color: #F91E7E;
}
.BgClassName
{
background-color: #F91E7E;
}
</style>
border-color css
<style>
span { border-color: #F91E7E; }
span { border-color: rgb(249,30,126); }
td.TdClassName
{
border-color: #F91E7E;
}
.TagClassName
{
border-color: #F91E7E;
}
</style>