Shades of Deep Pink #FB2178
Tints of Deep Pink #FB2178
RGB
CMYK
RGB Variations
Color information
#FB2178 (or 0xFB2178) is known color: Deep Pink. HEX triplet: FB, 21 and 78. RGB value is (251,33,120). Sum of RGB (Red+Green+Blue) = 251+33+120=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2178 is #04DE87. Grayscale: #6B6B6B. Windows color (decimal): -319112 or 7873019. OLE color: 7873019.
HSL color Cylindrical-coordinate representation of color #FB2178: hue angle of 336.06º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2178 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 120 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.02 |
| HSL | 336.06º | 0.96% | 0.56% | - |
| HSV(B) | 336.06º | 0.87% | 0.98% | - |
| XYZ | 43.72 | 22.95 | 19.9 | - |
| YUV | 108.1 | 134.72 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 120 | 0 | 0.87 | 0.52 | 0.02 | 336.06 | 0.96 | 0.56 |
| Hex | FB | 21 | 78 | 0 | 57 | 34 | 2 | 150 | 60 | 38 |
| Octal | 373 | 41 | 170 | 0 | 127 | 64 | 2 | 520 | 140 | 70 |
| Binary | 11111011 | 100001 | 1111000 | 0 | 1010111 | 110100 | 10 | 101010000 | 1100000 | 111000 |
Color Harmonies of #FB2178
Complementary color
Monochromatic Colors of #FB2178
Black with #FB2178
Text Example
Text Example
White with #FB2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2178; }
p { color: rgb(251,33,120); }
H1.HeaderClassName
{
color: #FB2178;
}
.AnyTagClassName
{
color: #FB2178;
}
</style>
background-color css
<style>
a { background-color: #FB2178; }
a { background-color: rgb(251,33,120); }
div.DivClassName
{
background-color: #FB2178;
}
.BgClassName
{
background-color: #FB2178;
}
</style>
border-color css
<style>
span { border-color: #FB2178; }
span { border-color: rgb(251,33,120); }
td.TdClassName
{
border-color: #FB2178;
}
.TagClassName
{
border-color: #FB2178;
}
</style>