Shades of Deep Pink #F60285
Tints of Deep Pink #F60285
RGB
CMYK
RGB Variations
Color information
#F60285 (or 0xF60285) is known color: Deep Pink. HEX triplet: F6, 02 and 85. RGB value is (246,2,133). Sum of RGB (Red+Green+Blue) = 246+2+133=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F60285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60285 is #09FD7A. Grayscale: #595959. Windows color (decimal): -654715 or 8717046. OLE color: 8717046.
HSL color Cylindrical-coordinate representation of color #F60285: hue angle of 327.79º 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 #F60285 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.04 |
| HSL | 327.79º | 0.98% | 0.49% | - |
| HSV(B) | 327.79º | 0.99% | 0.96% | - |
| XYZ | 42.26 | 21.33 | 24.08 | - |
| YUV | 89.89 | 152.34 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 133 | 0 | 0.99 | 0.46 | 0.04 | 327.79 | 0.98 | 0.49 |
| Hex | F6 | 2 | 85 | 0 | 63 | 2E | 4 | 148 | 62 | 31 |
| Octal | 366 | 2 | 205 | 0 | 143 | 56 | 4 | 510 | 142 | 61 |
| Binary | 11110110 | 10 | 10000101 | 0 | 1100011 | 101110 | 100 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F60285
Complementary color
Monochromatic Colors of #F60285
Black with #F60285
Text Example
Text Example
White with #F60285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60285; }
p { color: rgb(246,2,133); }
H1.HeaderClassName
{
color: #F60285;
}
.AnyTagClassName
{
color: #F60285;
}
</style>
background-color css
<style>
a { background-color: #F60285; }
a { background-color: rgb(246,2,133); }
div.DivClassName
{
background-color: #F60285;
}
.BgClassName
{
background-color: #F60285;
}
</style>
border-color css
<style>
span { border-color: #F60285; }
span { border-color: rgb(246,2,133); }
td.TdClassName
{
border-color: #F60285;
}
.TagClassName
{
border-color: #F60285;
}
</style>