Shades of Deep Pink #F10582
Tints of Deep Pink #F10582
RGB
CMYK
RGB Variations
Color information
#F10582 (or 0xF10582) is known color: Deep Pink. HEX triplet: F1, 05 and 82. RGB value is (241,5,130). Sum of RGB (Red+Green+Blue) = 241+5+130=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10582 is #0EFA7D. Grayscale: #595959. Windows color (decimal): -981630 or 8521201. OLE color: 8521201.
HSL color Cylindrical-coordinate representation of color #F10582: hue angle of 328.22º 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 #F10582 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.05 |
| HSL | 328.22º | 0.96% | 0.48% | - |
| HSV(B) | 328.22º | 0.98% | 0.95% | - |
| XYZ | 40.36 | 20.42 | 22.93 | - |
| YUV | 89.81 | 150.69 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 130 | 0 | 0.98 | 0.46 | 0.05 | 328.22 | 0.96 | 0.48 |
| Hex | F1 | 5 | 82 | 0 | 62 | 2E | 5 | 148 | 60 | 30 |
| Octal | 361 | 5 | 202 | 0 | 142 | 56 | 5 | 510 | 140 | 60 |
| Binary | 11110001 | 101 | 10000010 | 0 | 1100010 | 101110 | 101 | 101001000 | 1100000 | 110000 |
Color Harmonies of #F10582
Complementary color
Monochromatic Colors of #F10582
Black with #F10582
Text Example
Text Example
White with #F10582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10582; }
p { color: rgb(241,5,130); }
H1.HeaderClassName
{
color: #F10582;
}
.AnyTagClassName
{
color: #F10582;
}
</style>
background-color css
<style>
a { background-color: #F10582; }
a { background-color: rgb(241,5,130); }
div.DivClassName
{
background-color: #F10582;
}
.BgClassName
{
background-color: #F10582;
}
</style>
border-color css
<style>
span { border-color: #F10582; }
span { border-color: rgb(241,5,130); }
td.TdClassName
{
border-color: #F10582;
}
.TagClassName
{
border-color: #F10582;
}
</style>