Shades of Deep Pink #F10580
Tints of Deep Pink #F10580
RGB
CMYK
RGB Variations
Color information
#F10580 (or 0xF10580) is known color: Deep Pink. HEX triplet: F1, 05 and 80. RGB value is (241,5,128). Sum of RGB (Red+Green+Blue) = 241+5+128=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F10580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10580 is #0EFA7F. Grayscale: #595959. Windows color (decimal): -981632 or 8390129. OLE color: 8390129.
HSL color Cylindrical-coordinate representation of color #F10580: hue angle of 328.73º 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 #F10580 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.05 |
| HSL | 328.73º | 0.96% | 0.48% | - |
| HSV(B) | 328.73º | 0.98% | 0.95% | - |
| XYZ | 40.23 | 20.37 | 22.23 | - |
| YUV | 89.59 | 149.69 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 128 | 0 | 0.98 | 0.47 | 0.05 | 328.73 | 0.96 | 0.48 |
| Hex | F1 | 5 | 80 | 0 | 62 | 2F | 5 | 149 | 60 | 30 |
| Octal | 361 | 5 | 200 | 0 | 142 | 57 | 5 | 511 | 140 | 60 |
| Binary | 11110001 | 101 | 10000000 | 0 | 1100010 | 101111 | 101 | 101001001 | 1100000 | 110000 |
Color Harmonies of #F10580
Complementary color
Monochromatic Colors of #F10580
Black with #F10580
Text Example
Text Example
White with #F10580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10580; }
p { color: rgb(241,5,128); }
H1.HeaderClassName
{
color: #F10580;
}
.AnyTagClassName
{
color: #F10580;
}
</style>
background-color css
<style>
a { background-color: #F10580; }
a { background-color: rgb(241,5,128); }
div.DivClassName
{
background-color: #F10580;
}
.BgClassName
{
background-color: #F10580;
}
</style>
border-color css
<style>
span { border-color: #F10580; }
span { border-color: rgb(241,5,128); }
td.TdClassName
{
border-color: #F10580;
}
.TagClassName
{
border-color: #F10580;
}
</style>