Shades of Deep Pink #F62584
Tints of Deep Pink #F62584
RGB
CMYK
RGB Variations
Color information
#F62584 (or 0xF62584) is known color: Deep Pink. HEX triplet: F6, 25 and 84. RGB value is (246,37,132). Sum of RGB (Red+Green+Blue) = 246+37+132=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F62584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62584 is #09DA7B. Grayscale: #6E6E6E. Windows color (decimal): -645756 or 8660470. OLE color: 8660470.
HSL color Cylindrical-coordinate representation of color #F62584: hue angle of 332.73º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62584 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 132 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.04 |
| HSL | 332.73º | 0.92% | 0.55% | - |
| HSV(B) | 332.73º | 0.85% | 0.96% | - |
| XYZ | 42.83 | 22.58 | 23.93 | - |
| YUV | 110.32 | 140.24 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 132 | 0 | 0.85 | 0.46 | 0.04 | 332.73 | 0.92 | 0.55 |
| Hex | F6 | 25 | 84 | 0 | 55 | 2E | 4 | 14D | 5C | 37 |
| Octal | 366 | 45 | 204 | 0 | 125 | 56 | 4 | 515 | 134 | 67 |
| Binary | 11110110 | 100101 | 10000100 | 0 | 1010101 | 101110 | 100 | 101001101 | 1011100 | 110111 |
Color Harmonies of #F62584
Complementary color
Monochromatic Colors of #F62584
Black with #F62584
Text Example
Text Example
White with #F62584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62584; }
p { color: rgb(246,37,132); }
H1.HeaderClassName
{
color: #F62584;
}
.AnyTagClassName
{
color: #F62584;
}
</style>
background-color css
<style>
a { background-color: #F62584; }
a { background-color: rgb(246,37,132); }
div.DivClassName
{
background-color: #F62584;
}
.BgClassName
{
background-color: #F62584;
}
</style>
border-color css
<style>
span { border-color: #F62584; }
span { border-color: rgb(246,37,132); }
td.TdClassName
{
border-color: #F62584;
}
.TagClassName
{
border-color: #F62584;
}
</style>