Shades of Deep Pink #F60387
Tints of Deep Pink #F60387
RGB
CMYK
RGB Variations
Color information
#F60387 (or 0xF60387) is known color: Deep Pink. HEX triplet: F6, 03 and 87. RGB value is (246,3,135). Sum of RGB (Red+Green+Blue) = 246+3+135=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F60387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60387 is #09FC78. Grayscale: #5A5A5A. Windows color (decimal): -654457 or 8848374. OLE color: 8848374.
HSL color Cylindrical-coordinate representation of color #F60387: hue angle of 327.41º 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 #F60387 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.04 |
| HSL | 327.41º | 0.98% | 0.49% | - |
| HSV(B) | 327.41º | 0.99% | 0.96% | - |
| XYZ | 42.41 | 21.41 | 24.82 | - |
| YUV | 90.71 | 153.01 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 135 | 0 | 0.99 | 0.45 | 0.04 | 327.41 | 0.98 | 0.49 |
| Hex | F6 | 3 | 87 | 0 | 63 | 2D | 4 | 147 | 62 | 31 |
| Octal | 366 | 3 | 207 | 0 | 143 | 55 | 4 | 507 | 142 | 61 |
| Binary | 11110110 | 11 | 10000111 | 0 | 1100011 | 101101 | 100 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F60387
Complementary color
Monochromatic Colors of #F60387
Black with #F60387
Text Example
Text Example
White with #F60387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60387; }
p { color: rgb(246,3,135); }
H1.HeaderClassName
{
color: #F60387;
}
.AnyTagClassName
{
color: #F60387;
}
</style>
background-color css
<style>
a { background-color: #F60387; }
a { background-color: rgb(246,3,135); }
div.DivClassName
{
background-color: #F60387;
}
.BgClassName
{
background-color: #F60387;
}
</style>
border-color css
<style>
span { border-color: #F60387; }
span { border-color: rgb(246,3,135); }
td.TdClassName
{
border-color: #F60387;
}
.TagClassName
{
border-color: #F60387;
}
</style>