Shades of Deep Pink #F61E7A
Tints of Deep Pink #F61E7A
RGB
CMYK
RGB Variations
Color information
#F61E7A (or 0xF61E7A) is known color: Deep Pink. HEX triplet: F6, 1E and 7A. RGB value is (246,30,122). Sum of RGB (Red+Green+Blue) = 246+30+122=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E7A is #09E185. Grayscale: #686868. Windows color (decimal): -647558 or 8003318. OLE color: 8003318.
HSL color Cylindrical-coordinate representation of color #F61E7A: hue angle of 334.44º 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 #F61E7A is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 122 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.04 |
| HSL | 334.44º | 0.92% | 0.54% | - |
| HSV(B) | 334.44º | 0.88% | 0.96% | - |
| XYZ | 41.98 | 21.93 | 20.43 | - |
| YUV | 105.07 | 137.56 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 122 | 0 | 0.88 | 0.50 | 0.04 | 334.44 | 0.92 | 0.54 |
| Hex | F6 | 1E | 7A | 0 | 58 | 32 | 4 | 14E | 5C | 36 |
| Octal | 366 | 36 | 172 | 0 | 130 | 62 | 4 | 516 | 134 | 66 |
| Binary | 11110110 | 11110 | 1111010 | 0 | 1011000 | 110010 | 100 | 101001110 | 1011100 | 110110 |
Color Harmonies of #F61E7A
Complementary color
Monochromatic Colors of #F61E7A
Black with #F61E7A
Text Example
Text Example
White with #F61E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E7A; }
p { color: rgb(246,30,122); }
H1.HeaderClassName
{
color: #F61E7A;
}
.AnyTagClassName
{
color: #F61E7A;
}
</style>
background-color css
<style>
a { background-color: #F61E7A; }
a { background-color: rgb(246,30,122); }
div.DivClassName
{
background-color: #F61E7A;
}
.BgClassName
{
background-color: #F61E7A;
}
</style>
border-color css
<style>
span { border-color: #F61E7A; }
span { border-color: rgb(246,30,122); }
td.TdClassName
{
border-color: #F61E7A;
}
.TagClassName
{
border-color: #F61E7A;
}
</style>