Shades of Deep Pink #F0109A
Tints of Deep Pink #F0109A
RGB
CMYK
RGB Variations
Color information
#F0109A (or 0xF0109A) is known color: Deep Pink. HEX triplet: F0, 10 and 9A. RGB value is (240,16,154). Sum of RGB (Red+Green+Blue) = 240+16+154=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0109A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0109A is #0FEF65. Grayscale: #626262. Windows color (decimal): -1044326 or 10096880. OLE color: 10096880.
HSL color Cylindrical-coordinate representation of color #F0109A: hue angle of 323.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0109A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 154 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.06 |
| HSL | 323.04º | 0.88% | 0.5% | - |
| HSV(B) | 323.04º | 0.93% | 0.94% | - |
| XYZ | 41.95 | 21.23 | 32.46 | - |
| YUV | 98.71 | 159.21 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 154 | 0 | 0.93 | 0.36 | 0.06 | 323.04 | 0.88 | 0.5 |
| Hex | F0 | 10 | 9A | 0 | 5D | 24 | 6 | 143 | 58 | 32 |
| Octal | 360 | 20 | 232 | 0 | 135 | 44 | 6 | 503 | 130 | 62 |
| Binary | 11110000 | 10000 | 10011010 | 0 | 1011101 | 100100 | 110 | 101000011 | 1011000 | 110010 |
Color Harmonies of #F0109A
Complementary color
Monochromatic Colors of #F0109A
Black with #F0109A
Text Example
Text Example
White with #F0109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0109A; }
p { color: rgb(240,16,154); }
H1.HeaderClassName
{
color: #F0109A;
}
.AnyTagClassName
{
color: #F0109A;
}
</style>
background-color css
<style>
a { background-color: #F0109A; }
a { background-color: rgb(240,16,154); }
div.DivClassName
{
background-color: #F0109A;
}
.BgClassName
{
background-color: #F0109A;
}
</style>
border-color css
<style>
span { border-color: #F0109A; }
span { border-color: rgb(240,16,154); }
td.TdClassName
{
border-color: #F0109A;
}
.TagClassName
{
border-color: #F0109A;
}
</style>