Shades of Deep Pink #F61090
Tints of Deep Pink #F61090
RGB
CMYK
RGB Variations
Color information
#F61090 (or 0xF61090) is known color: Deep Pink. HEX triplet: F6, 10 and 90. RGB value is (246,16,144). Sum of RGB (Red+Green+Blue) = 246+16+144=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F61090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61090 is #09EF6F. Grayscale: #636363. Windows color (decimal): -651120 or 9441526. OLE color: 9441526.
HSL color Cylindrical-coordinate representation of color #F61090: hue angle of 326.61º 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 #F61090 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 144 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.04 |
| HSL | 326.61º | 0.93% | 0.51% | - |
| HSV(B) | 326.61º | 0.93% | 0.96% | - |
| XYZ | 43.23 | 21.98 | 28.35 | - |
| YUV | 99.36 | 153.2 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 144 | 0 | 0.93 | 0.41 | 0.04 | 326.61 | 0.93 | 0.51 |
| Hex | F6 | 10 | 90 | 0 | 5D | 29 | 4 | 147 | 5D | 33 |
| Octal | 366 | 20 | 220 | 0 | 135 | 51 | 4 | 507 | 135 | 63 |
| Binary | 11110110 | 10000 | 10010000 | 0 | 1011101 | 101001 | 100 | 101000111 | 1011101 | 110011 |
Color Harmonies of #F61090
Complementary color
Monochromatic Colors of #F61090
Black with #F61090
Text Example
Text Example
White with #F61090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61090; }
p { color: rgb(246,16,144); }
H1.HeaderClassName
{
color: #F61090;
}
.AnyTagClassName
{
color: #F61090;
}
</style>
background-color css
<style>
a { background-color: #F61090; }
a { background-color: rgb(246,16,144); }
div.DivClassName
{
background-color: #F61090;
}
.BgClassName
{
background-color: #F61090;
}
</style>
border-color css
<style>
span { border-color: #F61090; }
span { border-color: rgb(246,16,144); }
td.TdClassName
{
border-color: #F61090;
}
.TagClassName
{
border-color: #F61090;
}
</style>