Shades of Deep Pink #F61089
Tints of Deep Pink #F61089
RGB
CMYK
RGB Variations
Color information
#F61089 (or 0xF61089) is known color: Deep Pink. HEX triplet: F6, 10 and 89. RGB value is (246,16,137). Sum of RGB (Red+Green+Blue) = 246+16+137=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F61089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61089 is #09EF76. Grayscale: #626262. Windows color (decimal): -651127 or 8982774. OLE color: 8982774.
HSL color Cylindrical-coordinate representation of color #F61089: hue angle of 328.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61089 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 137 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.04 |
| HSL | 328.43º | 0.93% | 0.51% | - |
| HSV(B) | 328.43º | 0.93% | 0.96% | - |
| XYZ | 42.71 | 21.77 | 25.62 | - |
| YUV | 98.56 | 149.7 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 137 | 0 | 0.93 | 0.44 | 0.04 | 328.43 | 0.93 | 0.51 |
| Hex | F6 | 10 | 89 | 0 | 5D | 2C | 4 | 148 | 5D | 33 |
| Octal | 366 | 20 | 211 | 0 | 135 | 54 | 4 | 510 | 135 | 63 |
| Binary | 11110110 | 10000 | 10001001 | 0 | 1011101 | 101100 | 100 | 101001000 | 1011101 | 110011 |
Color Harmonies of #F61089
Complementary color
Monochromatic Colors of #F61089
Black with #F61089
Text Example
Text Example
White with #F61089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61089; }
p { color: rgb(246,16,137); }
H1.HeaderClassName
{
color: #F61089;
}
.AnyTagClassName
{
color: #F61089;
}
</style>
background-color css
<style>
a { background-color: #F61089; }
a { background-color: rgb(246,16,137); }
div.DivClassName
{
background-color: #F61089;
}
.BgClassName
{
background-color: #F61089;
}
</style>
border-color css
<style>
span { border-color: #F61089; }
span { border-color: rgb(246,16,137); }
td.TdClassName
{
border-color: #F61089;
}
.TagClassName
{
border-color: #F61089;
}
</style>