Shades of Deep Pink #F1159A
Tints of Deep Pink #F1159A
RGB
CMYK
RGB Variations
Color information
#F1159A (or 0xF1159A) is known color: Deep Pink. HEX triplet: F1, 15 and 9A. RGB value is (241,21,154). Sum of RGB (Red+Green+Blue) = 241+21+154=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1159A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1159A is #0EEA65. Grayscale: #656565. Windows color (decimal): -977510 or 10098161. OLE color: 10098161.
HSL color Cylindrical-coordinate representation of color #F1159A: hue angle of 323.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1159A is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 154 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.05 |
| HSL | 323.73º | 0.89% | 0.51% | - |
| HSV(B) | 323.73º | 0.91% | 0.95% | - |
| XYZ | 42.38 | 21.57 | 32.5 | - |
| YUV | 101.94 | 157.39 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 154 | 0 | 0.91 | 0.36 | 0.05 | 323.73 | 0.89 | 0.51 |
| Hex | F1 | 15 | 9A | 0 | 5B | 24 | 5 | 144 | 59 | 33 |
| Octal | 361 | 25 | 232 | 0 | 133 | 44 | 5 | 504 | 131 | 63 |
| Binary | 11110001 | 10101 | 10011010 | 0 | 1011011 | 100100 | 101 | 101000100 | 1011001 | 110011 |
Color Harmonies of #F1159A
Complementary color
Monochromatic Colors of #F1159A
Black with #F1159A
Text Example
Text Example
White with #F1159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1159A; }
p { color: rgb(241,21,154); }
H1.HeaderClassName
{
color: #F1159A;
}
.AnyTagClassName
{
color: #F1159A;
}
</style>
background-color css
<style>
a { background-color: #F1159A; }
a { background-color: rgb(241,21,154); }
div.DivClassName
{
background-color: #F1159A;
}
.BgClassName
{
background-color: #F1159A;
}
</style>
border-color css
<style>
span { border-color: #F1159A; }
span { border-color: rgb(241,21,154); }
td.TdClassName
{
border-color: #F1159A;
}
.TagClassName
{
border-color: #F1159A;
}
</style>