Shades of Deep Pink #F61A8E
Tints of Deep Pink #F61A8E
RGB
CMYK
RGB Variations
Color information
#F61A8E (or 0xF61A8E) is known color: Deep Pink. HEX triplet: F6, 1A and 8E. RGB value is (246,26,142). Sum of RGB (Red+Green+Blue) = 246+26+142=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61A8E is #09E571. Grayscale: #686868. Windows color (decimal): -648562 or 9313014. OLE color: 9313014.
HSL color Cylindrical-coordinate representation of color #F61A8E: hue angle of 328.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A8E is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 142 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.04 |
| HSL | 328.36º | 0.92% | 0.53% | - |
| HSV(B) | 328.36º | 0.89% | 0.96% | - |
| XYZ | 43.26 | 22.28 | 27.61 | - |
| YUV | 105 | 148.89 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 142 | 0 | 0.89 | 0.42 | 0.04 | 328.36 | 0.92 | 0.53 |
| Hex | F6 | 1A | 8E | 0 | 59 | 2A | 4 | 148 | 5C | 35 |
| Octal | 366 | 32 | 216 | 0 | 131 | 52 | 4 | 510 | 134 | 65 |
| Binary | 11110110 | 11010 | 10001110 | 0 | 1011001 | 101010 | 100 | 101001000 | 1011100 | 110101 |
Color Harmonies of #F61A8E
Complementary color
Monochromatic Colors of #F61A8E
Black with #F61A8E
Text Example
Text Example
White with #F61A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A8E; }
p { color: rgb(246,26,142); }
H1.HeaderClassName
{
color: #F61A8E;
}
.AnyTagClassName
{
color: #F61A8E;
}
</style>
background-color css
<style>
a { background-color: #F61A8E; }
a { background-color: rgb(246,26,142); }
div.DivClassName
{
background-color: #F61A8E;
}
.BgClassName
{
background-color: #F61A8E;
}
</style>
border-color css
<style>
span { border-color: #F61A8E; }
span { border-color: rgb(246,26,142); }
td.TdClassName
{
border-color: #F61A8E;
}
.TagClassName
{
border-color: #F61A8E;
}
</style>