Shades of Deep Pink #FB207D
Tints of Deep Pink #FB207D
RGB
CMYK
RGB Variations
Color information
#FB207D (or 0xFB207D) is known color: Deep Pink. HEX triplet: FB, 20 and 7D. RGB value is (251,32,125). Sum of RGB (Red+Green+Blue) = 251+32+125=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB207D is #04DF82. Grayscale: #6B6B6B. Windows color (decimal): -319363 or 8200443. OLE color: 8200443.
HSL color Cylindrical-coordinate representation of color #FB207D: hue angle of 334.52º 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 #FB207D is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 125 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.02 |
| HSL | 334.52º | 0.96% | 0.55% | - |
| HSV(B) | 334.52º | 0.87% | 0.98% | - |
| XYZ | 44 | 23.02 | 21.53 | - |
| YUV | 108.08 | 137.55 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 125 | 0 | 0.87 | 0.50 | 0.02 | 334.52 | 0.96 | 0.55 |
| Hex | FB | 20 | 7D | 0 | 57 | 32 | 2 | 14F | 60 | 37 |
| Octal | 373 | 40 | 175 | 0 | 127 | 62 | 2 | 517 | 140 | 67 |
| Binary | 11111011 | 100000 | 1111101 | 0 | 1010111 | 110010 | 10 | 101001111 | 1100000 | 110111 |
Color Harmonies of #FB207D
Complementary color
Monochromatic Colors of #FB207D
Black with #FB207D
Text Example
Text Example
White with #FB207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB207D; }
p { color: rgb(251,32,125); }
H1.HeaderClassName
{
color: #FB207D;
}
.AnyTagClassName
{
color: #FB207D;
}
</style>
background-color css
<style>
a { background-color: #FB207D; }
a { background-color: rgb(251,32,125); }
div.DivClassName
{
background-color: #FB207D;
}
.BgClassName
{
background-color: #FB207D;
}
</style>
border-color css
<style>
span { border-color: #FB207D; }
span { border-color: rgb(251,32,125); }
td.TdClassName
{
border-color: #FB207D;
}
.TagClassName
{
border-color: #FB207D;
}
</style>