Shades of Deep Pink #F60C83
Tints of Deep Pink #F60C83
RGB
CMYK
RGB Variations
Color information
#F60C83 (or 0xF60C83) is known color: Deep Pink. HEX triplet: F6, 0C and 83. RGB value is (246,12,131). Sum of RGB (Red+Green+Blue) = 246+12+131=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C83 is #09F37C. Grayscale: #5F5F5F. Windows color (decimal): -652157 or 8588534. OLE color: 8588534.
HSL color Cylindrical-coordinate representation of color #F60C83: hue angle of 329.49º 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 #F60C83 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 131 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.04 |
| HSL | 329.49º | 0.93% | 0.51% | - |
| HSV(B) | 329.49º | 0.95% | 0.96% | - |
| XYZ | 42.23 | 21.49 | 23.4 | - |
| YUV | 95.53 | 148.02 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 131 | 0 | 0.95 | 0.47 | 0.04 | 329.49 | 0.93 | 0.51 |
| Hex | F6 | C | 83 | 0 | 5F | 2F | 4 | 149 | 5D | 33 |
| Octal | 366 | 14 | 203 | 0 | 137 | 57 | 4 | 511 | 135 | 63 |
| Binary | 11110110 | 1100 | 10000011 | 0 | 1011111 | 101111 | 100 | 101001001 | 1011101 | 110011 |
Color Harmonies of #F60C83
Complementary color
Monochromatic Colors of #F60C83
Black with #F60C83
Text Example
Text Example
White with #F60C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C83; }
p { color: rgb(246,12,131); }
H1.HeaderClassName
{
color: #F60C83;
}
.AnyTagClassName
{
color: #F60C83;
}
</style>
background-color css
<style>
a { background-color: #F60C83; }
a { background-color: rgb(246,12,131); }
div.DivClassName
{
background-color: #F60C83;
}
.BgClassName
{
background-color: #F60C83;
}
</style>
border-color css
<style>
span { border-color: #F60C83; }
span { border-color: rgb(246,12,131); }
td.TdClassName
{
border-color: #F60C83;
}
.TagClassName
{
border-color: #F60C83;
}
</style>