Shades of Deep Pink #F10C90
Tints of Deep Pink #F10C90
RGB
CMYK
RGB Variations
Color information
#F10C90 (or 0xF10C90) is known color: Deep Pink. HEX triplet: F1, 0C and 90. RGB value is (241,12,144). Sum of RGB (Red+Green+Blue) = 241+12+144=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F10C90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10C90 is #0EF36F. Grayscale: #5F5F5F. Windows color (decimal): -979824 or 9440497. OLE color: 9440497.
HSL color Cylindrical-coordinate representation of color #F10C90: hue angle of 325.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10C90 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 144 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.05 |
| HSL | 325.41º | 0.91% | 0.5% | - |
| HSV(B) | 325.41º | 0.95% | 0.95% | - |
| XYZ | 41.44 | 20.98 | 28.25 | - |
| YUV | 95.52 | 155.37 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 144 | 0 | 0.95 | 0.40 | 0.05 | 325.41 | 0.91 | 0.5 |
| Hex | F1 | C | 90 | 0 | 5F | 28 | 5 | 145 | 5B | 32 |
| Octal | 361 | 14 | 220 | 0 | 137 | 50 | 5 | 505 | 133 | 62 |
| Binary | 11110001 | 1100 | 10010000 | 0 | 1011111 | 101000 | 101 | 101000101 | 1011011 | 110010 |
Color Harmonies of #F10C90
Complementary color
Monochromatic Colors of #F10C90
Black with #F10C90
Text Example
Text Example
White with #F10C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10C90; }
p { color: rgb(241,12,144); }
H1.HeaderClassName
{
color: #F10C90;
}
.AnyTagClassName
{
color: #F10C90;
}
</style>
background-color css
<style>
a { background-color: #F10C90; }
a { background-color: rgb(241,12,144); }
div.DivClassName
{
background-color: #F10C90;
}
.BgClassName
{
background-color: #F10C90;
}
</style>
border-color css
<style>
span { border-color: #F10C90; }
span { border-color: rgb(241,12,144); }
td.TdClassName
{
border-color: #F10C90;
}
.TagClassName
{
border-color: #F10C90;
}
</style>