Shades of Deep Pink #FB207A
Tints of Deep Pink #FB207A
RGB
CMYK
RGB Variations
Color information
#FB207A (or 0xFB207A) is known color: Deep Pink. HEX triplet: FB, 20 and 7A. RGB value is (251,32,122). Sum of RGB (Red+Green+Blue) = 251+32+122=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB207A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB207A is #04DF85. Grayscale: #6B6B6B. Windows color (decimal): -319366 or 8003835. OLE color: 8003835.
HSL color Cylindrical-coordinate representation of color #FB207A: hue angle of 335.34º 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 #FB207A is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 122 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.02 |
| HSL | 335.34º | 0.96% | 0.55% | - |
| HSV(B) | 335.34º | 0.87% | 0.98% | - |
| XYZ | 43.81 | 22.95 | 20.53 | - |
| YUV | 107.74 | 136.05 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 122 | 0 | 0.87 | 0.51 | 0.02 | 335.34 | 0.96 | 0.55 |
| Hex | FB | 20 | 7A | 0 | 57 | 33 | 2 | 14F | 60 | 37 |
| Octal | 373 | 40 | 172 | 0 | 127 | 63 | 2 | 517 | 140 | 67 |
| Binary | 11111011 | 100000 | 1111010 | 0 | 1010111 | 110011 | 10 | 101001111 | 1100000 | 110111 |
Color Harmonies of #FB207A
Complementary color
Monochromatic Colors of #FB207A
Black with #FB207A
Text Example
Text Example
White with #FB207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB207A; }
p { color: rgb(251,32,122); }
H1.HeaderClassName
{
color: #FB207A;
}
.AnyTagClassName
{
color: #FB207A;
}
</style>
background-color css
<style>
a { background-color: #FB207A; }
a { background-color: rgb(251,32,122); }
div.DivClassName
{
background-color: #FB207A;
}
.BgClassName
{
background-color: #FB207A;
}
</style>
border-color css
<style>
span { border-color: #FB207A; }
span { border-color: rgb(251,32,122); }
td.TdClassName
{
border-color: #FB207A;
}
.TagClassName
{
border-color: #FB207A;
}
</style>