Shades of Deep Pink #F6007F
Tints of Deep Pink #F6007F
RGB
CMYK
RGB Variations
Color information
#F6007F (or 0xF6007F) is known color: Deep Pink. HEX triplet: F6, 00 and 7F. RGB value is (246,0,127). Sum of RGB (Red+Green+Blue) = 246+0+127=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6007F is #09FF80. Grayscale: #575757. Windows color (decimal): -655233 or 8323318. OLE color: 8323318.
HSL color Cylindrical-coordinate representation of color #F6007F: hue angle of 329.02º 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 #F6007F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.48 | 0.04 |
| HSL | 329.02º | 1% | 0.48% | - |
| HSV(B) | 329.02º | 1% | 0.96% | - |
| XYZ | 41.84 | 21.13 | 21.95 | - |
| YUV | 88.03 | 150 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 127 | 0 | 1 | 0.48 | 0.04 | 329.02 | 1 | 0.48 |
| Hex | F6 | 0 | 7F | 0 | 64 | 30 | 4 | 149 | 64 | 30 |
| Octal | 366 | 0 | 177 | 0 | 144 | 60 | 4 | 511 | 144 | 60 |
| Binary | 11110110 | 0 | 1111111 | 0 | 1100100 | 110000 | 100 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F6007F
Complementary color
Monochromatic Colors of #F6007F
Black with #F6007F
Text Example
Text Example
White with #F6007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6007F; }
p { color: rgb(246,0,127); }
H1.HeaderClassName
{
color: #F6007F;
}
.AnyTagClassName
{
color: #F6007F;
}
</style>
background-color css
<style>
a { background-color: #F6007F; }
a { background-color: rgb(246,0,127); }
div.DivClassName
{
background-color: #F6007F;
}
.BgClassName
{
background-color: #F6007F;
}
</style>
border-color css
<style>
span { border-color: #F6007F; }
span { border-color: rgb(246,0,127); }
td.TdClassName
{
border-color: #F6007F;
}
.TagClassName
{
border-color: #F6007F;
}
</style>