Shades of Deep Pink #F60984
Tints of Deep Pink #F60984
RGB
CMYK
RGB Variations
Color information
#F60984 (or 0xF60984) is known color: Deep Pink. HEX triplet: F6, 09 and 84. RGB value is (246,9,132). Sum of RGB (Red+Green+Blue) = 246+9+132=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F60984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60984 is #09F67B. Grayscale: #5D5D5D. Windows color (decimal): -652924 or 8653302. OLE color: 8653302.
HSL color Cylindrical-coordinate representation of color #F60984: hue angle of 328.86º 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 #F60984 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.04 |
| HSL | 328.86º | 0.93% | 0.5% | - |
| HSV(B) | 328.86º | 0.96% | 0.96% | - |
| XYZ | 42.27 | 21.45 | 23.74 | - |
| YUV | 93.89 | 149.52 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 132 | 0 | 0.96 | 0.46 | 0.04 | 328.86 | 0.93 | 0.5 |
| Hex | F6 | 9 | 84 | 0 | 60 | 2E | 4 | 149 | 5D | 32 |
| Octal | 366 | 11 | 204 | 0 | 140 | 56 | 4 | 511 | 135 | 62 |
| Binary | 11110110 | 1001 | 10000100 | 0 | 1100000 | 101110 | 100 | 101001001 | 1011101 | 110010 |
Color Harmonies of #F60984
Complementary color
Monochromatic Colors of #F60984
Black with #F60984
Text Example
Text Example
White with #F60984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60984; }
p { color: rgb(246,9,132); }
H1.HeaderClassName
{
color: #F60984;
}
.AnyTagClassName
{
color: #F60984;
}
</style>
background-color css
<style>
a { background-color: #F60984; }
a { background-color: rgb(246,9,132); }
div.DivClassName
{
background-color: #F60984;
}
.BgClassName
{
background-color: #F60984;
}
</style>
border-color css
<style>
span { border-color: #F60984; }
span { border-color: rgb(246,9,132); }
td.TdClassName
{
border-color: #F60984;
}
.TagClassName
{
border-color: #F60984;
}
</style>