Shades of Hot Pink #FB55BD
Tints of Hot Pink #FB55BD
RGB
CMYK
RGB Variations
Color information
#FB55BD (or 0xFB55BD) is known color: Hot Pink. HEX triplet: FB, 55 and BD. RGB value is (251,85,189). Sum of RGB (Red+Green+Blue) = 251+85+189=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55BD is #04AA42. Grayscale: #929292. Windows color (decimal): -305731 or 12408315. OLE color: 12408315.
HSL color Cylindrical-coordinate representation of color #FB55BD: hue angle of 322.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB55BD is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 189 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.02 |
| HSL | 322.41º | 0.95% | 0.66% | - |
| HSV(B) | 322.41º | 0.66% | 0.98% | - |
| XYZ | 52.22 | 30.68 | 51.31 | - |
| YUV | 146.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 189 | 0 | 0.66 | 0.25 | 0.02 | 322.41 | 0.95 | 0.66 |
| Hex | FB | 55 | BD | 0 | 42 | 19 | 2 | 142 | 5F | 42 |
| Octal | 373 | 125 | 275 | 0 | 102 | 31 | 2 | 502 | 137 | 102 |
| Binary | 11111011 | 1010101 | 10111101 | 0 | 1000010 | 11001 | 10 | 101000010 | 1011111 | 1000010 |
Color Harmonies of #FB55BD
Complementary color
Monochromatic Colors of #FB55BD
Black with #FB55BD
Text Example
Text Example
White with #FB55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB55BD; }
p { color: rgb(251,85,189); }
H1.HeaderClassName
{
color: #FB55BD;
}
.AnyTagClassName
{
color: #FB55BD;
}
</style>
background-color css
<style>
a { background-color: #FB55BD; }
a { background-color: rgb(251,85,189); }
div.DivClassName
{
background-color: #FB55BD;
}
.BgClassName
{
background-color: #FB55BD;
}
</style>
border-color css
<style>
span { border-color: #FB55BD; }
span { border-color: rgb(251,85,189); }
td.TdClassName
{
border-color: #FB55BD;
}
.TagClassName
{
border-color: #FB55BD;
}
</style>