Shades of Deep Pink #F9208B
Tints of Deep Pink #F9208B
RGB
CMYK
RGB Variations
Color information
#F9208B (or 0xF9208B) is known color: Deep Pink. HEX triplet: F9, 20 and 8B. RGB value is (249,32,139). Sum of RGB (Red+Green+Blue) = 249+32+139=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F9208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9208B is #06DF74. Grayscale: #6C6C6C. Windows color (decimal): -450421 or 9117945. OLE color: 9117945.
HSL color Cylindrical-coordinate representation of color #F9208B: hue angle of 330.41º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9208B is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 139 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.02 |
| HSL | 330.41º | 0.95% | 0.55% | - |
| HSV(B) | 330.41º | 0.87% | 0.98% | - |
| XYZ | 44.24 | 23.04 | 26.54 | - |
| YUV | 109.08 | 144.89 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 139 | 0 | 0.87 | 0.44 | 0.02 | 330.41 | 0.95 | 0.55 |
| Hex | F9 | 20 | 8B | 0 | 57 | 2C | 2 | 14A | 5F | 37 |
| Octal | 371 | 40 | 213 | 0 | 127 | 54 | 2 | 512 | 137 | 67 |
| Binary | 11111001 | 100000 | 10001011 | 0 | 1010111 | 101100 | 10 | 101001010 | 1011111 | 110111 |
Color Harmonies of #F9208B
Complementary color
Monochromatic Colors of #F9208B
Black with #F9208B
Text Example
Text Example
White with #F9208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9208B; }
p { color: rgb(249,32,139); }
H1.HeaderClassName
{
color: #F9208B;
}
.AnyTagClassName
{
color: #F9208B;
}
</style>
background-color css
<style>
a { background-color: #F9208B; }
a { background-color: rgb(249,32,139); }
div.DivClassName
{
background-color: #F9208B;
}
.BgClassName
{
background-color: #F9208B;
}
</style>
border-color css
<style>
span { border-color: #F9208B; }
span { border-color: rgb(249,32,139); }
td.TdClassName
{
border-color: #F9208B;
}
.TagClassName
{
border-color: #F9208B;
}
</style>