Shades of Deep Pink #F12090
Tints of Deep Pink #F12090
RGB
CMYK
RGB Variations
Color information
#F12090 (or 0xF12090) is known color: Deep Pink. HEX triplet: F1, 20 and 90. RGB value is (241,32,144). Sum of RGB (Red+Green+Blue) = 241+32+144=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F12090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12090 is #0EDF6F. Grayscale: #6B6B6B. Windows color (decimal): -974704 or 9445617. OLE color: 9445617.
HSL color Cylindrical-coordinate representation of color #F12090: hue angle of 327.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F12090 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 144 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.05 |
| HSL | 327.85º | 0.88% | 0.54% | - |
| HSV(B) | 327.85º | 0.87% | 0.95% | - |
| XYZ | 41.83 | 21.75 | 28.38 | - |
| YUV | 107.26 | 148.74 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 144 | 0 | 0.87 | 0.40 | 0.05 | 327.85 | 0.88 | 0.54 |
| Hex | F1 | 20 | 90 | 0 | 57 | 28 | 5 | 148 | 58 | 36 |
| Octal | 361 | 40 | 220 | 0 | 127 | 50 | 5 | 510 | 130 | 66 |
| Binary | 11110001 | 100000 | 10010000 | 0 | 1010111 | 101000 | 101 | 101001000 | 1011000 | 110110 |
Color Harmonies of #F12090
Complementary color
Monochromatic Colors of #F12090
Black with #F12090
Text Example
Text Example
White with #F12090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12090; }
p { color: rgb(241,32,144); }
H1.HeaderClassName
{
color: #F12090;
}
.AnyTagClassName
{
color: #F12090;
}
</style>
background-color css
<style>
a { background-color: #F12090; }
a { background-color: rgb(241,32,144); }
div.DivClassName
{
background-color: #F12090;
}
.BgClassName
{
background-color: #F12090;
}
</style>
border-color css
<style>
span { border-color: #F12090; }
span { border-color: rgb(241,32,144); }
td.TdClassName
{
border-color: #F12090;
}
.TagClassName
{
border-color: #F12090;
}
</style>