Shades of Deep Pink #F1149B
Tints of Deep Pink #F1149B
RGB
CMYK
RGB Variations
Color information
#F1149B (or 0xF1149B) is known color: Deep Pink. HEX triplet: F1, 14 and 9B. RGB value is (241,20,155). Sum of RGB (Red+Green+Blue) = 241+20+155=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1149B is #0EEB64. Grayscale: #656565. Windows color (decimal): -977765 or 10163441. OLE color: 10163441.
HSL color Cylindrical-coordinate representation of color #F1149B: hue angle of 323.35º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1149B is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 155 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.05 |
| HSL | 323.35º | 0.89% | 0.51% | - |
| HSV(B) | 323.35º | 0.92% | 0.95% | - |
| XYZ | 42.44 | 21.57 | 32.94 | - |
| YUV | 101.47 | 158.22 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 155 | 0 | 0.92 | 0.36 | 0.05 | 323.35 | 0.89 | 0.51 |
| Hex | F1 | 14 | 9B | 0 | 5C | 24 | 5 | 143 | 59 | 33 |
| Octal | 361 | 24 | 233 | 0 | 134 | 44 | 5 | 503 | 131 | 63 |
| Binary | 11110001 | 10100 | 10011011 | 0 | 1011100 | 100100 | 101 | 101000011 | 1011001 | 110011 |
Color Harmonies of #F1149B
Complementary color
Monochromatic Colors of #F1149B
Black with #F1149B
Text Example
Text Example
White with #F1149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1149B; }
p { color: rgb(241,20,155); }
H1.HeaderClassName
{
color: #F1149B;
}
.AnyTagClassName
{
color: #F1149B;
}
</style>
background-color css
<style>
a { background-color: #F1149B; }
a { background-color: rgb(241,20,155); }
div.DivClassName
{
background-color: #F1149B;
}
.BgClassName
{
background-color: #F1149B;
}
</style>
border-color css
<style>
span { border-color: #F1149B; }
span { border-color: rgb(241,20,155); }
td.TdClassName
{
border-color: #F1149B;
}
.TagClassName
{
border-color: #F1149B;
}
</style>