Shades of Deep Pink #F6007E
Tints of Deep Pink #F6007E
RGB
CMYK
RGB Variations
Color information
#F6007E (or 0xF6007E) is known color: Deep Pink. HEX triplet: F6, 00 and 7E. RGB value is (246,0,126). Sum of RGB (Red+Green+Blue) = 246+0+126=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6007E is #09FF81. Grayscale: #575757. Windows color (decimal): -655234 or 8257782. OLE color: 8257782.
HSL color Cylindrical-coordinate representation of color #F6007E: hue angle of 329.27º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6007E is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.49 | 0.04 |
| HSL | 329.27º | 1% | 0.48% | - |
| HSV(B) | 329.27º | 1% | 0.96% | - |
| XYZ | 41.77 | 21.1 | 21.61 | - |
| YUV | 87.92 | 149.5 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 126 | 0 | 1 | 0.49 | 0.04 | 329.27 | 1 | 0.48 |
| Hex | F6 | 0 | 7E | 0 | 64 | 31 | 4 | 149 | 64 | 30 |
| Octal | 366 | 0 | 176 | 0 | 144 | 61 | 4 | 511 | 144 | 60 |
| Binary | 11110110 | 0 | 1111110 | 0 | 1100100 | 110001 | 100 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F6007E
Complementary color
Monochromatic Colors of #F6007E
Black with #F6007E
Text Example
Text Example
White with #F6007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6007E; }
p { color: rgb(246,0,126); }
H1.HeaderClassName
{
color: #F6007E;
}
.AnyTagClassName
{
color: #F6007E;
}
</style>
background-color css
<style>
a { background-color: #F6007E; }
a { background-color: rgb(246,0,126); }
div.DivClassName
{
background-color: #F6007E;
}
.BgClassName
{
background-color: #F6007E;
}
</style>
border-color css
<style>
span { border-color: #F6007E; }
span { border-color: rgb(246,0,126); }
td.TdClassName
{
border-color: #F6007E;
}
.TagClassName
{
border-color: #F6007E;
}
</style>