Shades of Deep Pink #F1159B
Tints of Deep Pink #F1159B
RGB
CMYK
RGB Variations
Color information
#F1159B (or 0xF1159B) is known color: Deep Pink. HEX triplet: F1, 15 and 9B. RGB value is (241,21,155). Sum of RGB (Red+Green+Blue) = 241+21+155=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1159B is #0EEA64. Grayscale: #656565. Windows color (decimal): -977509 or 10163697. OLE color: 10163697.
HSL color Cylindrical-coordinate representation of color #F1159B: hue angle of 323.45º 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 #F1159B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 155 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.05 |
| HSL | 323.45º | 0.89% | 0.51% | - |
| HSV(B) | 323.45º | 0.91% | 0.95% | - |
| XYZ | 42.46 | 21.6 | 32.94 | - |
| YUV | 102.06 | 157.89 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 155 | 0 | 0.91 | 0.36 | 0.05 | 323.45 | 0.89 | 0.51 |
| Hex | F1 | 15 | 9B | 0 | 5B | 24 | 5 | 143 | 59 | 33 |
| Octal | 361 | 25 | 233 | 0 | 133 | 44 | 5 | 503 | 131 | 63 |
| Binary | 11110001 | 10101 | 10011011 | 0 | 1011011 | 100100 | 101 | 101000011 | 1011001 | 110011 |
Color Harmonies of #F1159B
Complementary color
Monochromatic Colors of #F1159B
Black with #F1159B
Text Example
Text Example
White with #F1159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1159B; }
p { color: rgb(241,21,155); }
H1.HeaderClassName
{
color: #F1159B;
}
.AnyTagClassName
{
color: #F1159B;
}
</style>
background-color css
<style>
a { background-color: #F1159B; }
a { background-color: rgb(241,21,155); }
div.DivClassName
{
background-color: #F1159B;
}
.BgClassName
{
background-color: #F1159B;
}
</style>
border-color css
<style>
span { border-color: #F1159B; }
span { border-color: rgb(241,21,155); }
td.TdClassName
{
border-color: #F1159B;
}
.TagClassName
{
border-color: #F1159B;
}
</style>