Shades of Deep Pink #F6147C
Tints of Deep Pink #F6147C
RGB
CMYK
RGB Variations
Color information
#F6147C (or 0xF6147C) is known color: Deep Pink. HEX triplet: F6, 14 and 7C. RGB value is (246,20,124). Sum of RGB (Red+Green+Blue) = 246+20+124=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F6147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6147C is #09EB83. Grayscale: #636363. Windows color (decimal): -650116 or 8131830. OLE color: 8131830.
HSL color Cylindrical-coordinate representation of color #F6147C: hue angle of 332.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6147C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 124 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.04 |
| HSL | 332.39º | 0.93% | 0.52% | - |
| HSV(B) | 332.39º | 0.92% | 0.96% | - |
| XYZ | 41.89 | 21.55 | 21.02 | - |
| YUV | 99.43 | 141.87 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 124 | 0 | 0.92 | 0.50 | 0.04 | 332.39 | 0.93 | 0.52 |
| Hex | F6 | 14 | 7C | 0 | 5C | 32 | 4 | 14C | 5D | 34 |
| Octal | 366 | 24 | 174 | 0 | 134 | 62 | 4 | 514 | 135 | 64 |
| Binary | 11110110 | 10100 | 1111100 | 0 | 1011100 | 110010 | 100 | 101001100 | 1011101 | 110100 |
Color Harmonies of #F6147C
Complementary color
Monochromatic Colors of #F6147C
Black with #F6147C
Text Example
Text Example
White with #F6147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6147C; }
p { color: rgb(246,20,124); }
H1.HeaderClassName
{
color: #F6147C;
}
.AnyTagClassName
{
color: #F6147C;
}
</style>
background-color css
<style>
a { background-color: #F6147C; }
a { background-color: rgb(246,20,124); }
div.DivClassName
{
background-color: #F6147C;
}
.BgClassName
{
background-color: #F6147C;
}
</style>
border-color css
<style>
span { border-color: #F6147C; }
span { border-color: rgb(246,20,124); }
td.TdClassName
{
border-color: #F6147C;
}
.TagClassName
{
border-color: #F6147C;
}
</style>