Shades of Deep Pink #F60D8D
Tints of Deep Pink #F60D8D
RGB
CMYK
RGB Variations
Color information
#F60D8D (or 0xF60D8D) is known color: Deep Pink. HEX triplet: F6, 0D and 8D. RGB value is (246,13,141). Sum of RGB (Red+Green+Blue) = 246+13+141=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60D8D is #09F272. Grayscale: #606060. Windows color (decimal): -651891 or 9244150. OLE color: 9244150.
HSL color Cylindrical-coordinate representation of color #F60D8D: hue angle of 327.04º 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 #F60D8D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 141 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.04 |
| HSL | 327.04º | 0.93% | 0.51% | - |
| HSV(B) | 327.04º | 0.95% | 0.96% | - |
| XYZ | 42.96 | 21.8 | 27.14 | - |
| YUV | 97.26 | 152.69 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 141 | 0 | 0.95 | 0.43 | 0.04 | 327.04 | 0.93 | 0.51 |
| Hex | F6 | D | 8D | 0 | 5F | 2B | 4 | 147 | 5D | 33 |
| Octal | 366 | 15 | 215 | 0 | 137 | 53 | 4 | 507 | 135 | 63 |
| Binary | 11110110 | 1101 | 10001101 | 0 | 1011111 | 101011 | 100 | 101000111 | 1011101 | 110011 |
Color Harmonies of #F60D8D
Complementary color
Monochromatic Colors of #F60D8D
Black with #F60D8D
Text Example
Text Example
White with #F60D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D8D; }
p { color: rgb(246,13,141); }
H1.HeaderClassName
{
color: #F60D8D;
}
.AnyTagClassName
{
color: #F60D8D;
}
</style>
background-color css
<style>
a { background-color: #F60D8D; }
a { background-color: rgb(246,13,141); }
div.DivClassName
{
background-color: #F60D8D;
}
.BgClassName
{
background-color: #F60D8D;
}
</style>
border-color css
<style>
span { border-color: #F60D8D; }
span { border-color: rgb(246,13,141); }
td.TdClassName
{
border-color: #F60D8D;
}
.TagClassName
{
border-color: #F60D8D;
}
</style>