Shades of Deep Pink #F60D85
Tints of Deep Pink #F60D85
RGB
CMYK
RGB Variations
Color information
#F60D85 (or 0xF60D85) is known color: Deep Pink. HEX triplet: F6, 0D and 85. RGB value is (246,13,133). Sum of RGB (Red+Green+Blue) = 246+13+133=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60D85 is #09F27A. Grayscale: #606060. Windows color (decimal): -651899 or 8719862. OLE color: 8719862.
HSL color Cylindrical-coordinate representation of color #F60D85: hue angle of 329.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60D85 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 133 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.04 |
| HSL | 329.1º | 0.93% | 0.51% | - |
| HSV(B) | 329.1º | 0.95% | 0.96% | - |
| XYZ | 42.38 | 21.57 | 24.12 | - |
| YUV | 96.35 | 148.69 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 133 | 0 | 0.95 | 0.46 | 0.04 | 329.1 | 0.93 | 0.51 |
| Hex | F6 | D | 85 | 0 | 5F | 2E | 4 | 149 | 5D | 33 |
| Octal | 366 | 15 | 205 | 0 | 137 | 56 | 4 | 511 | 135 | 63 |
| Binary | 11110110 | 1101 | 10000101 | 0 | 1011111 | 101110 | 100 | 101001001 | 1011101 | 110011 |
Color Harmonies of #F60D85
Complementary color
Monochromatic Colors of #F60D85
Black with #F60D85
Text Example
Text Example
White with #F60D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D85; }
p { color: rgb(246,13,133); }
H1.HeaderClassName
{
color: #F60D85;
}
.AnyTagClassName
{
color: #F60D85;
}
</style>
background-color css
<style>
a { background-color: #F60D85; }
a { background-color: rgb(246,13,133); }
div.DivClassName
{
background-color: #F60D85;
}
.BgClassName
{
background-color: #F60D85;
}
</style>
border-color css
<style>
span { border-color: #F60D85; }
span { border-color: rgb(246,13,133); }
td.TdClassName
{
border-color: #F60D85;
}
.TagClassName
{
border-color: #F60D85;
}
</style>