Shades of Deep Pink #FB208B
Tints of Deep Pink #FB208B
RGB
CMYK
RGB Variations
Color information
#FB208B (or 0xFB208B) is known color: Deep Pink. HEX triplet: FB, 20 and 8B. RGB value is (251,32,139). Sum of RGB (Red+Green+Blue) = 251+32+139=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB208B is #04DF74. Grayscale: #6D6D6D. Windows color (decimal): -319349 or 9117947. OLE color: 9117947.
HSL color Cylindrical-coordinate representation of color #FB208B: hue angle of 330.68º degrees, saturation: 0.96, 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 #FB208B is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 139 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.02 |
| HSL | 330.68º | 0.96% | 0.55% | - |
| HSV(B) | 330.68º | 0.87% | 0.98% | - |
| XYZ | 44.96 | 23.41 | 26.57 | - |
| YUV | 109.68 | 144.55 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 139 | 0 | 0.87 | 0.45 | 0.02 | 330.68 | 0.96 | 0.55 |
| Hex | FB | 20 | 8B | 0 | 57 | 2D | 2 | 14B | 60 | 37 |
| Octal | 373 | 40 | 213 | 0 | 127 | 55 | 2 | 513 | 140 | 67 |
| Binary | 11111011 | 100000 | 10001011 | 0 | 1010111 | 101101 | 10 | 101001011 | 1100000 | 110111 |
Color Harmonies of #FB208B
Complementary color
Monochromatic Colors of #FB208B
Black with #FB208B
Text Example
Text Example
White with #FB208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB208B; }
p { color: rgb(251,32,139); }
H1.HeaderClassName
{
color: #FB208B;
}
.AnyTagClassName
{
color: #FB208B;
}
</style>
background-color css
<style>
a { background-color: #FB208B; }
a { background-color: rgb(251,32,139); }
div.DivClassName
{
background-color: #FB208B;
}
.BgClassName
{
background-color: #FB208B;
}
</style>
border-color css
<style>
span { border-color: #FB208B; }
span { border-color: rgb(251,32,139); }
td.TdClassName
{
border-color: #FB208B;
}
.TagClassName
{
border-color: #FB208B;
}
</style>