Shades of Deep Pink #F6208C
Tints of Deep Pink #F6208C
RGB
CMYK
RGB Variations
Color information
#F6208C (or 0xF6208C) is known color: Deep Pink. HEX triplet: F6, 20 and 8C. RGB value is (246,32,140). Sum of RGB (Red+Green+Blue) = 246+32+140=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6208C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6208C is #09DF73. Grayscale: #6C6C6C. Windows color (decimal): -647028 or 9183478. OLE color: 9183478.
HSL color Cylindrical-coordinate representation of color #F6208C: hue angle of 329.72º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6208C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 140 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.04 |
| HSL | 329.72º | 0.92% | 0.55% | - |
| HSV(B) | 329.72º | 0.87% | 0.96% | - |
| XYZ | 43.26 | 22.52 | 26.88 | - |
| YUV | 108.3 | 145.9 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 140 | 0 | 0.87 | 0.43 | 0.04 | 329.72 | 0.92 | 0.55 |
| Hex | F6 | 20 | 8C | 0 | 57 | 2B | 4 | 14A | 5C | 37 |
| Octal | 366 | 40 | 214 | 0 | 127 | 53 | 4 | 512 | 134 | 67 |
| Binary | 11110110 | 100000 | 10001100 | 0 | 1010111 | 101011 | 100 | 101001010 | 1011100 | 110111 |
Color Harmonies of #F6208C
Complementary color
Monochromatic Colors of #F6208C
Black with #F6208C
Text Example
Text Example
White with #F6208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6208C; }
p { color: rgb(246,32,140); }
H1.HeaderClassName
{
color: #F6208C;
}
.AnyTagClassName
{
color: #F6208C;
}
</style>
background-color css
<style>
a { background-color: #F6208C; }
a { background-color: rgb(246,32,140); }
div.DivClassName
{
background-color: #F6208C;
}
.BgClassName
{
background-color: #F6208C;
}
</style>
border-color css
<style>
span { border-color: #F6208C; }
span { border-color: rgb(246,32,140); }
td.TdClassName
{
border-color: #F6208C;
}
.TagClassName
{
border-color: #F6208C;
}
</style>