Shades of Deep Pink #F61D90
Tints of Deep Pink #F61D90
RGB
CMYK
RGB Variations
Color information
#F61D90 (or 0xF61D90) is known color: Deep Pink. HEX triplet: F6, 1D and 90. RGB value is (246,29,144). Sum of RGB (Red+Green+Blue) = 246+29+144=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61D90 is #09E26F. Grayscale: #6A6A6A. Windows color (decimal): -647792 or 9444854. OLE color: 9444854.
HSL color Cylindrical-coordinate representation of color #F61D90: hue angle of 328.2º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61D90 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 144 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.04 |
| HSL | 328.2º | 0.92% | 0.54% | - |
| HSV(B) | 328.2º | 0.88% | 0.96% | - |
| XYZ | 43.48 | 22.49 | 28.43 | - |
| YUV | 106.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 144 | 0 | 0.88 | 0.41 | 0.04 | 328.2 | 0.92 | 0.54 |
| Hex | F6 | 1D | 90 | 0 | 58 | 29 | 4 | 148 | 5C | 36 |
| Octal | 366 | 35 | 220 | 0 | 130 | 51 | 4 | 510 | 134 | 66 |
| Binary | 11110110 | 11101 | 10010000 | 0 | 1011000 | 101001 | 100 | 101001000 | 1011100 | 110110 |
Color Harmonies of #F61D90
Complementary color
Monochromatic Colors of #F61D90
Black with #F61D90
Text Example
Text Example
White with #F61D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D90; }
p { color: rgb(246,29,144); }
H1.HeaderClassName
{
color: #F61D90;
}
.AnyTagClassName
{
color: #F61D90;
}
</style>
background-color css
<style>
a { background-color: #F61D90; }
a { background-color: rgb(246,29,144); }
div.DivClassName
{
background-color: #F61D90;
}
.BgClassName
{
background-color: #F61D90;
}
</style>
border-color css
<style>
span { border-color: #F61D90; }
span { border-color: rgb(246,29,144); }
td.TdClassName
{
border-color: #F61D90;
}
.TagClassName
{
border-color: #F61D90;
}
</style>