Shades of Deep Pink #F10F90
Tints of Deep Pink #F10F90
RGB
CMYK
RGB Variations
Color information
#F10F90 (or 0xF10F90) is known color: Deep Pink. HEX triplet: F1, 0F and 90. RGB value is (241,15,144). Sum of RGB (Red+Green+Blue) = 241+15+144=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10F90 is #0EF06F. Grayscale: #606060. Windows color (decimal): -979056 or 9441265. OLE color: 9441265.
HSL color Cylindrical-coordinate representation of color #F10F90: hue angle of 325.75º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F90 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 144 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.05 |
| HSL | 325.75º | 0.89% | 0.5% | - |
| HSV(B) | 325.75º | 0.94% | 0.95% | - |
| XYZ | 41.48 | 21.06 | 28.26 | - |
| YUV | 97.28 | 154.37 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 144 | 0 | 0.94 | 0.40 | 0.05 | 325.75 | 0.89 | 0.5 |
| Hex | F1 | F | 90 | 0 | 5E | 28 | 5 | 146 | 59 | 32 |
| Octal | 361 | 17 | 220 | 0 | 136 | 50 | 5 | 506 | 131 | 62 |
| Binary | 11110001 | 1111 | 10010000 | 0 | 1011110 | 101000 | 101 | 101000110 | 1011001 | 110010 |
Color Harmonies of #F10F90
Complementary color
Monochromatic Colors of #F10F90
Black with #F10F90
Text Example
Text Example
White with #F10F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F90; }
p { color: rgb(241,15,144); }
H1.HeaderClassName
{
color: #F10F90;
}
.AnyTagClassName
{
color: #F10F90;
}
</style>
background-color css
<style>
a { background-color: #F10F90; }
a { background-color: rgb(241,15,144); }
div.DivClassName
{
background-color: #F10F90;
}
.BgClassName
{
background-color: #F10F90;
}
</style>
border-color css
<style>
span { border-color: #F10F90; }
span { border-color: rgb(241,15,144); }
td.TdClassName
{
border-color: #F10F90;
}
.TagClassName
{
border-color: #F10F90;
}
</style>