Shades of Deep Pink #F91C92
Tints of Deep Pink #F91C92
RGB
CMYK
RGB Variations
Color information
#F91C92 (or 0xF91C92) is known color: Deep Pink. HEX triplet: F9, 1C and 92. RGB value is (249,28,146). Sum of RGB (Red+Green+Blue) = 249+28+146=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91C92 is #06E36D. Grayscale: #6B6B6B. Windows color (decimal): -451438 or 9575673. OLE color: 9575673.
HSL color Cylindrical-coordinate representation of color #F91C92: hue angle of 327.96º 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 #F91C92 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 146 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.02 |
| HSL | 327.96º | 0.95% | 0.54% | - |
| HSV(B) | 327.96º | 0.89% | 0.98% | - |
| XYZ | 44.67 | 23.05 | 29.29 | - |
| YUV | 107.53 | 149.72 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 146 | 0 | 0.89 | 0.41 | 0.02 | 327.96 | 0.95 | 0.54 |
| Hex | F9 | 1C | 92 | 0 | 59 | 29 | 2 | 148 | 5F | 36 |
| Octal | 371 | 34 | 222 | 0 | 131 | 51 | 2 | 510 | 137 | 66 |
| Binary | 11111001 | 11100 | 10010010 | 0 | 1011001 | 101001 | 10 | 101001000 | 1011111 | 110110 |
Color Harmonies of #F91C92
Complementary color
Monochromatic Colors of #F91C92
Black with #F91C92
Text Example
Text Example
White with #F91C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C92; }
p { color: rgb(249,28,146); }
H1.HeaderClassName
{
color: #F91C92;
}
.AnyTagClassName
{
color: #F91C92;
}
</style>
background-color css
<style>
a { background-color: #F91C92; }
a { background-color: rgb(249,28,146); }
div.DivClassName
{
background-color: #F91C92;
}
.BgClassName
{
background-color: #F91C92;
}
</style>
border-color css
<style>
span { border-color: #F91C92; }
span { border-color: rgb(249,28,146); }
td.TdClassName
{
border-color: #F91C92;
}
.TagClassName
{
border-color: #F91C92;
}
</style>