Shades of Deep Pink #F1129A
Tints of Deep Pink #F1129A
RGB
CMYK
RGB Variations
Color information
#F1129A (or 0xF1129A) is known color: Deep Pink. HEX triplet: F1, 12 and 9A. RGB value is (241,18,154). Sum of RGB (Red+Green+Blue) = 241+18+154=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F1129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1129A is #0EED65. Grayscale: #636363. Windows color (decimal): -978278 or 10097393. OLE color: 10097393.
HSL color Cylindrical-coordinate representation of color #F1129A: hue angle of 323.41º 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 #F1129A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 154 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.05 |
| HSL | 323.41º | 0.89% | 0.51% | - |
| HSV(B) | 323.41º | 0.93% | 0.95% | - |
| XYZ | 42.32 | 21.47 | 32.48 | - |
| YUV | 100.18 | 158.38 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 154 | 0 | 0.93 | 0.36 | 0.05 | 323.41 | 0.89 | 0.51 |
| Hex | F1 | 12 | 9A | 0 | 5D | 24 | 5 | 143 | 59 | 33 |
| Octal | 361 | 22 | 232 | 0 | 135 | 44 | 5 | 503 | 131 | 63 |
| Binary | 11110001 | 10010 | 10011010 | 0 | 1011101 | 100100 | 101 | 101000011 | 1011001 | 110011 |
Color Harmonies of #F1129A
Complementary color
Monochromatic Colors of #F1129A
Black with #F1129A
Text Example
Text Example
White with #F1129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1129A; }
p { color: rgb(241,18,154); }
H1.HeaderClassName
{
color: #F1129A;
}
.AnyTagClassName
{
color: #F1129A;
}
</style>
background-color css
<style>
a { background-color: #F1129A; }
a { background-color: rgb(241,18,154); }
div.DivClassName
{
background-color: #F1129A;
}
.BgClassName
{
background-color: #F1129A;
}
</style>
border-color css
<style>
span { border-color: #F1129A; }
span { border-color: rgb(241,18,154); }
td.TdClassName
{
border-color: #F1129A;
}
.TagClassName
{
border-color: #F1129A;
}
</style>