Shades of Deep Pink #F1057E
Tints of Deep Pink #F1057E
RGB
CMYK
RGB Variations
Color information
#F1057E (or 0xF1057E) is known color: Deep Pink. HEX triplet: F1, 05 and 7E. RGB value is (241,5,126). Sum of RGB (Red+Green+Blue) = 241+5+126=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1057E is #0EFA81. Grayscale: #595959. Windows color (decimal): -981634 or 8259057. OLE color: 8259057.
HSL color Cylindrical-coordinate representation of color #F1057E: hue angle of 329.24º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1057E is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.05 |
| HSL | 329.24º | 0.96% | 0.48% | - |
| HSV(B) | 329.24º | 0.98% | 0.95% | - |
| XYZ | 40.1 | 20.32 | 21.55 | - |
| YUV | 89.36 | 148.69 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 126 | 0 | 0.98 | 0.48 | 0.05 | 329.24 | 0.96 | 0.48 |
| Hex | F1 | 5 | 7E | 0 | 62 | 30 | 5 | 149 | 60 | 30 |
| Octal | 361 | 5 | 176 | 0 | 142 | 60 | 5 | 511 | 140 | 60 |
| Binary | 11110001 | 101 | 1111110 | 0 | 1100010 | 110000 | 101 | 101001001 | 1100000 | 110000 |
Color Harmonies of #F1057E
Complementary color
Monochromatic Colors of #F1057E
Black with #F1057E
Text Example
Text Example
White with #F1057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1057E; }
p { color: rgb(241,5,126); }
H1.HeaderClassName
{
color: #F1057E;
}
.AnyTagClassName
{
color: #F1057E;
}
</style>
background-color css
<style>
a { background-color: #F1057E; }
a { background-color: rgb(241,5,126); }
div.DivClassName
{
background-color: #F1057E;
}
.BgClassName
{
background-color: #F1057E;
}
</style>
border-color css
<style>
span { border-color: #F1057E; }
span { border-color: rgb(241,5,126); }
td.TdClassName
{
border-color: #F1057E;
}
.TagClassName
{
border-color: #F1057E;
}
</style>