Shades of Deep Pink #F60485
Tints of Deep Pink #F60485
RGB
CMYK
RGB Variations
Color information
#F60485 (or 0xF60485) is known color: Deep Pink. HEX triplet: F6, 04 and 85. RGB value is (246,4,133). Sum of RGB (Red+Green+Blue) = 246+4+133=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F60485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60485 is #09FB7A. Grayscale: #5A5A5A. Windows color (decimal): -654203 or 8717558. OLE color: 8717558.
HSL color Cylindrical-coordinate representation of color #F60485: hue angle of 328.02º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60485 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.04 |
| HSL | 328.02º | 0.97% | 0.49% | - |
| HSV(B) | 328.02º | 0.98% | 0.96% | - |
| XYZ | 42.28 | 21.37 | 24.09 | - |
| YUV | 91.06 | 151.67 | 238.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 133 | 0 | 0.98 | 0.46 | 0.04 | 328.02 | 0.97 | 0.49 |
| Hex | F6 | 4 | 85 | 0 | 62 | 2E | 4 | 148 | 61 | 31 |
| Octal | 366 | 4 | 205 | 0 | 142 | 56 | 4 | 510 | 141 | 61 |
| Binary | 11110110 | 100 | 10000101 | 0 | 1100010 | 101110 | 100 | 101001000 | 1100001 | 110001 |
Color Harmonies of #F60485
Complementary color
Monochromatic Colors of #F60485
Black with #F60485
Text Example
Text Example
White with #F60485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60485; }
p { color: rgb(246,4,133); }
H1.HeaderClassName
{
color: #F60485;
}
.AnyTagClassName
{
color: #F60485;
}
</style>
background-color css
<style>
a { background-color: #F60485; }
a { background-color: rgb(246,4,133); }
div.DivClassName
{
background-color: #F60485;
}
.BgClassName
{
background-color: #F60485;
}
</style>
border-color css
<style>
span { border-color: #F60485; }
span { border-color: rgb(246,4,133); }
td.TdClassName
{
border-color: #F60485;
}
.TagClassName
{
border-color: #F60485;
}
</style>