Shades of Deep Pink #F60982
Tints of Deep Pink #F60982
RGB
CMYK
RGB Variations
Color information
#F60982 (or 0xF60982) is known color: Deep Pink. HEX triplet: F6, 09 and 82. RGB value is (246,9,130). Sum of RGB (Red+Green+Blue) = 246+9+130=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F60982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60982 is #09F67D. Grayscale: #5D5D5D. Windows color (decimal): -652926 or 8522230. OLE color: 8522230.
HSL color Cylindrical-coordinate representation of color #F60982: hue angle of 329.37º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60982 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.04 |
| HSL | 329.37º | 0.93% | 0.5% | - |
| HSV(B) | 329.37º | 0.96% | 0.96% | - |
| XYZ | 42.13 | 21.4 | 23.03 | - |
| YUV | 93.66 | 148.52 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 130 | 0 | 0.96 | 0.47 | 0.04 | 329.37 | 0.93 | 0.5 |
| Hex | F6 | 9 | 82 | 0 | 60 | 2F | 4 | 149 | 5D | 32 |
| Octal | 366 | 11 | 202 | 0 | 140 | 57 | 4 | 511 | 135 | 62 |
| Binary | 11110110 | 1001 | 10000010 | 0 | 1100000 | 101111 | 100 | 101001001 | 1011101 | 110010 |
Color Harmonies of #F60982
Complementary color
Monochromatic Colors of #F60982
Black with #F60982
Text Example
Text Example
White with #F60982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60982; }
p { color: rgb(246,9,130); }
H1.HeaderClassName
{
color: #F60982;
}
.AnyTagClassName
{
color: #F60982;
}
</style>
background-color css
<style>
a { background-color: #F60982; }
a { background-color: rgb(246,9,130); }
div.DivClassName
{
background-color: #F60982;
}
.BgClassName
{
background-color: #F60982;
}
</style>
border-color css
<style>
span { border-color: #F60982; }
span { border-color: rgb(246,9,130); }
td.TdClassName
{
border-color: #F60982;
}
.TagClassName
{
border-color: #F60982;
}
</style>