Shades of Deep Pink #F1057D
Tints of Deep Pink #F1057D
RGB
CMYK
RGB Variations
Color information
#F1057D (or 0xF1057D) is known color: Deep Pink. HEX triplet: F1, 05 and 7D. RGB value is (241,5,125). Sum of RGB (Red+Green+Blue) = 241+5+125=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1057D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1057D is #0EFA82. Grayscale: #595959. Windows color (decimal): -981635 or 8193521. OLE color: 8193521.
HSL color Cylindrical-coordinate representation of color #F1057D: hue angle of 329.49º 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 #F1057D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.05 |
| HSL | 329.49º | 0.96% | 0.48% | - |
| HSV(B) | 329.49º | 0.98% | 0.95% | - |
| XYZ | 40.03 | 20.29 | 21.21 | - |
| YUV | 89.24 | 148.19 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 125 | 0 | 0.98 | 0.48 | 0.05 | 329.49 | 0.96 | 0.48 |
| Hex | F1 | 5 | 7D | 0 | 62 | 30 | 5 | 149 | 60 | 30 |
| Octal | 361 | 5 | 175 | 0 | 142 | 60 | 5 | 511 | 140 | 60 |
| Binary | 11110001 | 101 | 1111101 | 0 | 1100010 | 110000 | 101 | 101001001 | 1100000 | 110000 |
Color Harmonies of #F1057D
Complementary color
Monochromatic Colors of #F1057D
Black with #F1057D
Text Example
Text Example
White with #F1057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1057D; }
p { color: rgb(241,5,125); }
H1.HeaderClassName
{
color: #F1057D;
}
.AnyTagClassName
{
color: #F1057D;
}
</style>
background-color css
<style>
a { background-color: #F1057D; }
a { background-color: rgb(241,5,125); }
div.DivClassName
{
background-color: #F1057D;
}
.BgClassName
{
background-color: #F1057D;
}
</style>
border-color css
<style>
span { border-color: #F1057D; }
span { border-color: rgb(241,5,125); }
td.TdClassName
{
border-color: #F1057D;
}
.TagClassName
{
border-color: #F1057D;
}
</style>