Shades of Deep Pink #F61487
Tints of Deep Pink #F61487
RGB
CMYK
RGB Variations
Color information
#F61487 (or 0xF61487) is known color: Deep Pink. HEX triplet: F6, 14 and 87. RGB value is (246,20,135). Sum of RGB (Red+Green+Blue) = 246+20+135=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F61487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61487 is #09EB78. Grayscale: #646464. Windows color (decimal): -650105 or 8852726. OLE color: 8852726.
HSL color Cylindrical-coordinate representation of color #F61487: hue angle of 329.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61487 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 135 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.04 |
| HSL | 329.47º | 0.93% | 0.52% | - |
| HSV(B) | 329.47º | 0.92% | 0.96% | - |
| XYZ | 42.63 | 21.84 | 24.89 | - |
| YUV | 100.68 | 147.37 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 135 | 0 | 0.92 | 0.45 | 0.04 | 329.47 | 0.93 | 0.52 |
| Hex | F6 | 14 | 87 | 0 | 5C | 2D | 4 | 149 | 5D | 34 |
| Octal | 366 | 24 | 207 | 0 | 134 | 55 | 4 | 511 | 135 | 64 |
| Binary | 11110110 | 10100 | 10000111 | 0 | 1011100 | 101101 | 100 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F61487
Complementary color
Monochromatic Colors of #F61487
Black with #F61487
Text Example
Text Example
White with #F61487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61487; }
p { color: rgb(246,20,135); }
H1.HeaderClassName
{
color: #F61487;
}
.AnyTagClassName
{
color: #F61487;
}
</style>
background-color css
<style>
a { background-color: #F61487; }
a { background-color: rgb(246,20,135); }
div.DivClassName
{
background-color: #F61487;
}
.BgClassName
{
background-color: #F61487;
}
</style>
border-color css
<style>
span { border-color: #F61487; }
span { border-color: rgb(246,20,135); }
td.TdClassName
{
border-color: #F61487;
}
.TagClassName
{
border-color: #F61487;
}
</style>