Shades of Deep Pink #FB228B
Tints of Deep Pink #FB228B
RGB
CMYK
RGB Variations
Color information
#FB228B (or 0xFB228B) is known color: Deep Pink. HEX triplet: FB, 22 and 8B. RGB value is (251,34,139). Sum of RGB (Red+Green+Blue) = 251+34+139=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB228B is #04DD74. Grayscale: #6E6E6E. Windows color (decimal): -318837 or 9118459. OLE color: 9118459.
HSL color Cylindrical-coordinate representation of color #FB228B: hue angle of 330.97º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB228B is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 139 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.02 |
| HSL | 330.97º | 0.96% | 0.56% | - |
| HSV(B) | 330.97º | 0.86% | 0.98% | - |
| XYZ | 45.02 | 23.52 | 26.59 | - |
| YUV | 110.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 139 | 0 | 0.86 | 0.45 | 0.02 | 330.97 | 0.96 | 0.56 |
| Hex | FB | 22 | 8B | 0 | 56 | 2D | 2 | 14B | 60 | 38 |
| Octal | 373 | 42 | 213 | 0 | 126 | 55 | 2 | 513 | 140 | 70 |
| Binary | 11111011 | 100010 | 10001011 | 0 | 1010110 | 101101 | 10 | 101001011 | 1100000 | 111000 |
Color Harmonies of #FB228B
Complementary color
Monochromatic Colors of #FB228B
Black with #FB228B
Text Example
Text Example
White with #FB228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB228B; }
p { color: rgb(251,34,139); }
H1.HeaderClassName
{
color: #FB228B;
}
.AnyTagClassName
{
color: #FB228B;
}
</style>
background-color css
<style>
a { background-color: #FB228B; }
a { background-color: rgb(251,34,139); }
div.DivClassName
{
background-color: #FB228B;
}
.BgClassName
{
background-color: #FB228B;
}
</style>
border-color css
<style>
span { border-color: #FB228B; }
span { border-color: rgb(251,34,139); }
td.TdClassName
{
border-color: #FB228B;
}
.TagClassName
{
border-color: #FB228B;
}
</style>