Shades of Deep Pink #F1129D
Tints of Deep Pink #F1129D
RGB
CMYK
RGB Variations
Color information
#F1129D (or 0xF1129D) is known color: Deep Pink. HEX triplet: F1, 12 and 9D. RGB value is (241,18,157). Sum of RGB (Red+Green+Blue) = 241+18+157=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1129D is #0EED62. Grayscale: #646464. Windows color (decimal): -978275 or 10294001. OLE color: 10294001.
HSL color Cylindrical-coordinate representation of color #F1129D: hue angle of 322.6º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1129D is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 157 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.05 |
| HSL | 322.6º | 0.89% | 0.51% | - |
| HSV(B) | 322.6º | 0.93% | 0.95% | - |
| XYZ | 42.58 | 21.57 | 33.82 | - |
| YUV | 100.52 | 159.88 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 157 | 0 | 0.93 | 0.35 | 0.05 | 322.6 | 0.89 | 0.51 |
| Hex | F1 | 12 | 9D | 0 | 5D | 23 | 5 | 143 | 59 | 33 |
| Octal | 361 | 22 | 235 | 0 | 135 | 43 | 5 | 503 | 131 | 63 |
| Binary | 11110001 | 10010 | 10011101 | 0 | 1011101 | 100011 | 101 | 101000011 | 1011001 | 110011 |
Color Harmonies of #F1129D
Complementary color
Monochromatic Colors of #F1129D
Black with #F1129D
Text Example
Text Example
White with #F1129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1129D; }
p { color: rgb(241,18,157); }
H1.HeaderClassName
{
color: #F1129D;
}
.AnyTagClassName
{
color: #F1129D;
}
</style>
background-color css
<style>
a { background-color: #F1129D; }
a { background-color: rgb(241,18,157); }
div.DivClassName
{
background-color: #F1129D;
}
.BgClassName
{
background-color: #F1129D;
}
</style>
border-color css
<style>
span { border-color: #F1129D; }
span { border-color: rgb(241,18,157); }
td.TdClassName
{
border-color: #F1129D;
}
.TagClassName
{
border-color: #F1129D;
}
</style>