Shades of Deep Pink #F1127C
Tints of Deep Pink #F1127C
RGB
CMYK
RGB Variations
Color information
#F1127C (or 0xF1127C) is known color: Deep Pink. HEX triplet: F1, 12 and 7C. RGB value is (241,18,124). Sum of RGB (Red+Green+Blue) = 241+18+124=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F1127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1127C is #0EED83. Grayscale: #606060. Windows color (decimal): -978308 or 8131313. OLE color: 8131313.
HSL color Cylindrical-coordinate representation of color #F1127C: hue angle of 331.48º 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 #F1127C is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 124 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.05 |
| HSL | 331.48º | 0.89% | 0.51% | - |
| HSV(B) | 331.48º | 0.93% | 0.95% | - |
| XYZ | 40.13 | 20.59 | 20.93 | - |
| YUV | 96.76 | 143.38 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 124 | 0 | 0.93 | 0.49 | 0.05 | 331.48 | 0.89 | 0.51 |
| Hex | F1 | 12 | 7C | 0 | 5D | 31 | 5 | 14B | 59 | 33 |
| Octal | 361 | 22 | 174 | 0 | 135 | 61 | 5 | 513 | 131 | 63 |
| Binary | 11110001 | 10010 | 1111100 | 0 | 1011101 | 110001 | 101 | 101001011 | 1011001 | 110011 |
Color Harmonies of #F1127C
Complementary color
Monochromatic Colors of #F1127C
Black with #F1127C
Text Example
Text Example
White with #F1127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1127C; }
p { color: rgb(241,18,124); }
H1.HeaderClassName
{
color: #F1127C;
}
.AnyTagClassName
{
color: #F1127C;
}
</style>
background-color css
<style>
a { background-color: #F1127C; }
a { background-color: rgb(241,18,124); }
div.DivClassName
{
background-color: #F1127C;
}
.BgClassName
{
background-color: #F1127C;
}
</style>
border-color css
<style>
span { border-color: #F1127C; }
span { border-color: rgb(241,18,124); }
td.TdClassName
{
border-color: #F1127C;
}
.TagClassName
{
border-color: #F1127C;
}
</style>