Shades of Deep Pink #F61C7A
Tints of Deep Pink #F61C7A
RGB
CMYK
RGB Variations
Color information
#F61C7A (or 0xF61C7A) is known color: Deep Pink. HEX triplet: F6, 1C and 7A. RGB value is (246,28,122). Sum of RGB (Red+Green+Blue) = 246+28+122=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C7A is #09E385. Grayscale: #676767. Windows color (decimal): -648070 or 8002806. OLE color: 8002806.
HSL color Cylindrical-coordinate representation of color #F61C7A: hue angle of 334.13º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C7A is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 122 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.04 |
| HSL | 334.13º | 0.92% | 0.54% | - |
| HSV(B) | 334.13º | 0.89% | 0.96% | - |
| XYZ | 41.93 | 21.83 | 20.42 | - |
| YUV | 103.9 | 138.22 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 122 | 0 | 0.89 | 0.50 | 0.04 | 334.13 | 0.92 | 0.54 |
| Hex | F6 | 1C | 7A | 0 | 59 | 32 | 4 | 14E | 5C | 36 |
| Octal | 366 | 34 | 172 | 0 | 131 | 62 | 4 | 516 | 134 | 66 |
| Binary | 11110110 | 11100 | 1111010 | 0 | 1011001 | 110010 | 100 | 101001110 | 1011100 | 110110 |
Color Harmonies of #F61C7A
Complementary color
Monochromatic Colors of #F61C7A
Black with #F61C7A
Text Example
Text Example
White with #F61C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C7A; }
p { color: rgb(246,28,122); }
H1.HeaderClassName
{
color: #F61C7A;
}
.AnyTagClassName
{
color: #F61C7A;
}
</style>
background-color css
<style>
a { background-color: #F61C7A; }
a { background-color: rgb(246,28,122); }
div.DivClassName
{
background-color: #F61C7A;
}
.BgClassName
{
background-color: #F61C7A;
}
</style>
border-color css
<style>
span { border-color: #F61C7A; }
span { border-color: rgb(246,28,122); }
td.TdClassName
{
border-color: #F61C7A;
}
.TagClassName
{
border-color: #F61C7A;
}
</style>