Shades of Deep Pink #F60284
Tints of Deep Pink #F60284
RGB
CMYK
RGB Variations
Color information
#F60284 (or 0xF60284) is known color: Deep Pink. HEX triplet: F6, 02 and 84. RGB value is (246,2,132). Sum of RGB (Red+Green+Blue) = 246+2+132=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F60284 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60284 is #09FD7B. Grayscale: #595959. Windows color (decimal): -654716 or 8651510. OLE color: 8651510.
HSL color Cylindrical-coordinate representation of color #F60284: hue angle of 328.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60284 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 132 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.04 |
| HSL | 328.03º | 0.98% | 0.49% | - |
| HSV(B) | 328.03º | 0.99% | 0.96% | - |
| XYZ | 42.19 | 21.3 | 23.72 | - |
| YUV | 89.78 | 151.84 | 239.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 132 | 0 | 0.99 | 0.46 | 0.04 | 328.03 | 0.98 | 0.49 |
| Hex | F6 | 2 | 84 | 0 | 63 | 2E | 4 | 148 | 62 | 31 |
| Octal | 366 | 2 | 204 | 0 | 143 | 56 | 4 | 510 | 142 | 61 |
| Binary | 11110110 | 10 | 10000100 | 0 | 1100011 | 101110 | 100 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F60284
Complementary color
Monochromatic Colors of #F60284
Black with #F60284
Text Example
Text Example
White with #F60284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60284; }
p { color: rgb(246,2,132); }
H1.HeaderClassName
{
color: #F60284;
}
.AnyTagClassName
{
color: #F60284;
}
</style>
background-color css
<style>
a { background-color: #F60284; }
a { background-color: rgb(246,2,132); }
div.DivClassName
{
background-color: #F60284;
}
.BgClassName
{
background-color: #F60284;
}
</style>
border-color css
<style>
span { border-color: #F60284; }
span { border-color: rgb(246,2,132); }
td.TdClassName
{
border-color: #F60284;
}
.TagClassName
{
border-color: #F60284;
}
</style>