Shades of Deep Pink #F6008B
Tints of Deep Pink #F6008B
RGB
CMYK
RGB Variations
Color information
#F6008B (or 0xF6008B) is known color: Deep Pink. HEX triplet: F6, 00 and 8B. RGB value is (246,0,139). Sum of RGB (Red+Green+Blue) = 246+0+139=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F6008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6008B is #09FF74. Grayscale: #595959. Windows color (decimal): -655221 or 9109750. OLE color: 9109750.
HSL color Cylindrical-coordinate representation of color #F6008B: hue angle of 326.1º 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 #F6008B is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.43 | 0.04 |
| HSL | 326.1º | 1% | 0.48% | - |
| HSV(B) | 326.1º | 1% | 0.96% | - |
| XYZ | 42.67 | 21.46 | 26.32 | - |
| YUV | 89.4 | 156 | 239.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 139 | 0 | 1 | 0.43 | 0.04 | 326.1 | 1 | 0.48 |
| Hex | F6 | 0 | 8B | 0 | 64 | 2B | 4 | 146 | 64 | 30 |
| Octal | 366 | 0 | 213 | 0 | 144 | 53 | 4 | 506 | 144 | 60 |
| Binary | 11110110 | 0 | 10001011 | 0 | 1100100 | 101011 | 100 | 101000110 | 1100100 | 110000 |
Color Harmonies of #F6008B
Complementary color
Monochromatic Colors of #F6008B
Black with #F6008B
Text Example
Text Example
White with #F6008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6008B; }
p { color: rgb(246,0,139); }
H1.HeaderClassName
{
color: #F6008B;
}
.AnyTagClassName
{
color: #F6008B;
}
</style>
background-color css
<style>
a { background-color: #F6008B; }
a { background-color: rgb(246,0,139); }
div.DivClassName
{
background-color: #F6008B;
}
.BgClassName
{
background-color: #F6008B;
}
</style>
border-color css
<style>
span { border-color: #F6008B; }
span { border-color: rgb(246,0,139); }
td.TdClassName
{
border-color: #F6008B;
}
.TagClassName
{
border-color: #F6008B;
}
</style>