Shades of Deep Pink #FB218F
Tints of Deep Pink #FB218F
RGB
CMYK
RGB Variations
Color information
#FB218F (or 0xFB218F) is known color: Deep Pink. HEX triplet: FB, 21 and 8F. RGB value is (251,33,143). Sum of RGB (Red+Green+Blue) = 251+33+143=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB218F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB218F is #04DE70. Grayscale: #6E6E6E. Windows color (decimal): -319089 or 9380347. OLE color: 9380347.
HSL color Cylindrical-coordinate representation of color #FB218F: hue angle of 329.72º 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 #FB218F is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 143 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.02 |
| HSL | 329.72º | 0.96% | 0.56% | - |
| HSV(B) | 329.72º | 0.87% | 0.98% | - |
| XYZ | 45.29 | 23.58 | 28.15 | - |
| YUV | 110.72 | 146.22 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 143 | 0 | 0.87 | 0.43 | 0.02 | 329.72 | 0.96 | 0.56 |
| Hex | FB | 21 | 8F | 0 | 57 | 2B | 2 | 14A | 60 | 38 |
| Octal | 373 | 41 | 217 | 0 | 127 | 53 | 2 | 512 | 140 | 70 |
| Binary | 11111011 | 100001 | 10001111 | 0 | 1010111 | 101011 | 10 | 101001010 | 1100000 | 111000 |
Color Harmonies of #FB218F
Complementary color
Monochromatic Colors of #FB218F
Black with #FB218F
Text Example
Text Example
White with #FB218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB218F; }
p { color: rgb(251,33,143); }
H1.HeaderClassName
{
color: #FB218F;
}
.AnyTagClassName
{
color: #FB218F;
}
</style>
background-color css
<style>
a { background-color: #FB218F; }
a { background-color: rgb(251,33,143); }
div.DivClassName
{
background-color: #FB218F;
}
.BgClassName
{
background-color: #FB218F;
}
</style>
border-color css
<style>
span { border-color: #FB218F; }
span { border-color: rgb(251,33,143); }
td.TdClassName
{
border-color: #FB218F;
}
.TagClassName
{
border-color: #FB218F;
}
</style>