Shades of Deep Pink #F0208B
Tints of Deep Pink #F0208B
RGB
CMYK
RGB Variations
Color information
#F0208B (or 0xF0208B) is known color: Deep Pink. HEX triplet: F0, 20 and 8B. RGB value is (240,32,139). Sum of RGB (Red+Green+Blue) = 240+32+139=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0208B is #0FDF74. Grayscale: #6A6A6A. Windows color (decimal): -1040245 or 9117936. OLE color: 9117936.
HSL color Cylindrical-coordinate representation of color #F0208B: hue angle of 329.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0208B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 32 | 139 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.06 |
| HSL | 329.13º | 0.87% | 0.53% | - |
| HSV(B) | 329.13º | 0.87% | 0.94% | - |
| XYZ | 41.11 | 21.42 | 26.39 | - |
| YUV | 106.39 | 146.41 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 32 | 139 | 0 | 0.87 | 0.42 | 0.06 | 329.13 | 0.87 | 0.53 |
| Hex | F0 | 20 | 8B | 0 | 57 | 2A | 6 | 149 | 57 | 35 |
| Octal | 360 | 40 | 213 | 0 | 127 | 52 | 6 | 511 | 127 | 65 |
| Binary | 11110000 | 100000 | 10001011 | 0 | 1010111 | 101010 | 110 | 101001001 | 1010111 | 110101 |
Color Harmonies of #F0208B
Complementary color
Monochromatic Colors of #F0208B
Black with #F0208B
Text Example
Text Example
White with #F0208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0208B; }
p { color: rgb(240,32,139); }
H1.HeaderClassName
{
color: #F0208B;
}
.AnyTagClassName
{
color: #F0208B;
}
</style>
background-color css
<style>
a { background-color: #F0208B; }
a { background-color: rgb(240,32,139); }
div.DivClassName
{
background-color: #F0208B;
}
.BgClassName
{
background-color: #F0208B;
}
</style>
border-color css
<style>
span { border-color: #F0208B; }
span { border-color: rgb(240,32,139); }
td.TdClassName
{
border-color: #F0208B;
}
.TagClassName
{
border-color: #F0208B;
}
</style>