Shades of Deep Pink #F1127F
Tints of Deep Pink #F1127F
RGB
CMYK
RGB Variations
Color information
#F1127F (or 0xF1127F) is known color: Deep Pink. HEX triplet: F1, 12 and 7F. RGB value is (241,18,127). Sum of RGB (Red+Green+Blue) = 241+18+127=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1127F is #0EED80. Grayscale: #606060. Windows color (decimal): -978305 or 8327921. OLE color: 8327921.
HSL color Cylindrical-coordinate representation of color #F1127F: hue angle of 330.67º 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 #F1127F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 127 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.05 |
| HSL | 330.67º | 0.89% | 0.51% | - |
| HSV(B) | 330.67º | 0.93% | 0.95% | - |
| XYZ | 40.32 | 20.67 | 21.94 | - |
| YUV | 97.1 | 144.88 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 127 | 0 | 0.93 | 0.47 | 0.05 | 330.67 | 0.89 | 0.51 |
| Hex | F1 | 12 | 7F | 0 | 5D | 2F | 5 | 14B | 59 | 33 |
| Octal | 361 | 22 | 177 | 0 | 135 | 57 | 5 | 513 | 131 | 63 |
| Binary | 11110001 | 10010 | 1111111 | 0 | 1011101 | 101111 | 101 | 101001011 | 1011001 | 110011 |
Color Harmonies of #F1127F
Complementary color
Monochromatic Colors of #F1127F
Black with #F1127F
Text Example
Text Example
White with #F1127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1127F; }
p { color: rgb(241,18,127); }
H1.HeaderClassName
{
color: #F1127F;
}
.AnyTagClassName
{
color: #F1127F;
}
</style>
background-color css
<style>
a { background-color: #F1127F; }
a { background-color: rgb(241,18,127); }
div.DivClassName
{
background-color: #F1127F;
}
.BgClassName
{
background-color: #F1127F;
}
</style>
border-color css
<style>
span { border-color: #F1127F; }
span { border-color: rgb(241,18,127); }
td.TdClassName
{
border-color: #F1127F;
}
.TagClassName
{
border-color: #F1127F;
}
</style>