Shades of Deep Pink #F910A0
Tints of Deep Pink #F910A0
RGB
CMYK
RGB Variations
Color information
#F910A0 (or 0xF910A0) is known color: Deep Pink. HEX triplet: F9, 10 and A0. RGB value is (249,16,160). Sum of RGB (Red+Green+Blue) = 249+16+160=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F910A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F910A0 is #06EF5F. Grayscale: #656565. Windows color (decimal): -454496 or 10490105. OLE color: 10490105.
HSL color Cylindrical-coordinate representation of color #F910A0: hue angle of 322.92º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910A0 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 160 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.02 |
| HSL | 322.92º | 0.95% | 0.52% | - |
| HSV(B) | 322.92º | 0.94% | 0.98% | - |
| XYZ | 45.6 | 23.05 | 35.3 | - |
| YUV | 102.08 | 160.69 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 160 | 0 | 0.94 | 0.36 | 0.02 | 322.92 | 0.95 | 0.52 |
| Hex | F9 | 10 | A0 | 0 | 5E | 24 | 2 | 143 | 5F | 34 |
| Octal | 371 | 20 | 240 | 0 | 136 | 44 | 2 | 503 | 137 | 64 |
| Binary | 11111001 | 10000 | 10100000 | 0 | 1011110 | 100100 | 10 | 101000011 | 1011111 | 110100 |
Color Harmonies of #F910A0
Complementary color
Monochromatic Colors of #F910A0
Black with #F910A0
Text Example
Text Example
White with #F910A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910A0; }
p { color: rgb(249,16,160); }
H1.HeaderClassName
{
color: #F910A0;
}
.AnyTagClassName
{
color: #F910A0;
}
</style>
background-color css
<style>
a { background-color: #F910A0; }
a { background-color: rgb(249,16,160); }
div.DivClassName
{
background-color: #F910A0;
}
.BgClassName
{
background-color: #F910A0;
}
</style>
border-color css
<style>
span { border-color: #F910A0; }
span { border-color: rgb(249,16,160); }
td.TdClassName
{
border-color: #F910A0;
}
.TagClassName
{
border-color: #F910A0;
}
</style>