Shades of Deep Pink #F1109A
Tints of Deep Pink #F1109A
RGB
CMYK
RGB Variations
Color information
#F1109A (or 0xF1109A) is known color: Deep Pink. HEX triplet: F1, 10 and 9A. RGB value is (241,16,154). Sum of RGB (Red+Green+Blue) = 241+16+154=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F1109A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1109A is #0EEF65. Grayscale: #626262. Windows color (decimal): -978790 or 10096881. OLE color: 10096881.
HSL color Cylindrical-coordinate representation of color #F1109A: hue angle of 323.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1109A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 154 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.05 |
| HSL | 323.2º | 0.89% | 0.5% | - |
| HSV(B) | 323.2º | 0.93% | 0.95% | - |
| XYZ | 42.29 | 21.4 | 32.47 | - |
| YUV | 99.01 | 159.04 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 154 | 0 | 0.93 | 0.36 | 0.05 | 323.2 | 0.89 | 0.5 |
| Hex | F1 | 10 | 9A | 0 | 5D | 24 | 5 | 143 | 59 | 32 |
| Octal | 361 | 20 | 232 | 0 | 135 | 44 | 5 | 503 | 131 | 62 |
| Binary | 11110001 | 10000 | 10011010 | 0 | 1011101 | 100100 | 101 | 101000011 | 1011001 | 110010 |
Color Harmonies of #F1109A
Complementary color
Monochromatic Colors of #F1109A
Black with #F1109A
Text Example
Text Example
White with #F1109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1109A; }
p { color: rgb(241,16,154); }
H1.HeaderClassName
{
color: #F1109A;
}
.AnyTagClassName
{
color: #F1109A;
}
</style>
background-color css
<style>
a { background-color: #F1109A; }
a { background-color: rgb(241,16,154); }
div.DivClassName
{
background-color: #F1109A;
}
.BgClassName
{
background-color: #F1109A;
}
</style>
border-color css
<style>
span { border-color: #F1109A; }
span { border-color: rgb(241,16,154); }
td.TdClassName
{
border-color: #F1109A;
}
.TagClassName
{
border-color: #F1109A;
}
</style>