Shades of Deep Pink #F61489
Tints of Deep Pink #F61489
RGB
CMYK
RGB Variations
Color information
#F61489 (or 0xF61489) is known color: Deep Pink. HEX triplet: F6, 14 and 89. RGB value is (246,20,137). Sum of RGB (Red+Green+Blue) = 246+20+137=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F61489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61489 is #09EB76. Grayscale: #646464. Windows color (decimal): -650103 or 8983798. OLE color: 8983798.
HSL color Cylindrical-coordinate representation of color #F61489: hue angle of 328.94º 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 #F61489 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 137 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.04 |
| HSL | 328.94º | 0.93% | 0.52% | - |
| HSV(B) | 328.94º | 0.92% | 0.96% | - |
| XYZ | 42.77 | 21.9 | 25.64 | - |
| YUV | 100.91 | 148.37 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 137 | 0 | 0.92 | 0.44 | 0.04 | 328.94 | 0.93 | 0.52 |
| Hex | F6 | 14 | 89 | 0 | 5C | 2C | 4 | 149 | 5D | 34 |
| Octal | 366 | 24 | 211 | 0 | 134 | 54 | 4 | 511 | 135 | 64 |
| Binary | 11110110 | 10100 | 10001001 | 0 | 1011100 | 101100 | 100 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F61489
Complementary color
Monochromatic Colors of #F61489
Black with #F61489
Text Example
Text Example
White with #F61489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61489; }
p { color: rgb(246,20,137); }
H1.HeaderClassName
{
color: #F61489;
}
.AnyTagClassName
{
color: #F61489;
}
</style>
background-color css
<style>
a { background-color: #F61489; }
a { background-color: rgb(246,20,137); }
div.DivClassName
{
background-color: #F61489;
}
.BgClassName
{
background-color: #F61489;
}
</style>
border-color css
<style>
span { border-color: #F61489; }
span { border-color: rgb(246,20,137); }
td.TdClassName
{
border-color: #F61489;
}
.TagClassName
{
border-color: #F61489;
}
</style>