Shades of Deep Pink #F61C7F
Tints of Deep Pink #F61C7F
RGB
CMYK
RGB Variations
Color information
#F61C7F (or 0xF61C7F) is known color: Deep Pink. HEX triplet: F6, 1C and 7F. RGB value is (246,28,127). Sum of RGB (Red+Green+Blue) = 246+28+127=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C7F is #09E380. Grayscale: #686868. Windows color (decimal): -648065 or 8330486. OLE color: 8330486.
HSL color Cylindrical-coordinate representation of color #F61C7F: hue angle of 332.75º 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 #F61C7F is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 127 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.04 |
| HSL | 332.75º | 0.92% | 0.54% | - |
| HSV(B) | 332.75º | 0.89% | 0.96% | - |
| XYZ | 42.25 | 21.96 | 22.09 | - |
| YUV | 104.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 127 | 0 | 0.89 | 0.48 | 0.04 | 332.75 | 0.92 | 0.54 |
| Hex | F6 | 1C | 7F | 0 | 59 | 30 | 4 | 14D | 5C | 36 |
| Octal | 366 | 34 | 177 | 0 | 131 | 60 | 4 | 515 | 134 | 66 |
| Binary | 11110110 | 11100 | 1111111 | 0 | 1011001 | 110000 | 100 | 101001101 | 1011100 | 110110 |
Color Harmonies of #F61C7F
Complementary color
Monochromatic Colors of #F61C7F
Black with #F61C7F
Text Example
Text Example
White with #F61C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C7F; }
p { color: rgb(246,28,127); }
H1.HeaderClassName
{
color: #F61C7F;
}
.AnyTagClassName
{
color: #F61C7F;
}
</style>
background-color css
<style>
a { background-color: #F61C7F; }
a { background-color: rgb(246,28,127); }
div.DivClassName
{
background-color: #F61C7F;
}
.BgClassName
{
background-color: #F61C7F;
}
</style>
border-color css
<style>
span { border-color: #F61C7F; }
span { border-color: rgb(246,28,127); }
td.TdClassName
{
border-color: #F61C7F;
}
.TagClassName
{
border-color: #F61C7F;
}
</style>