Shades of Hot Pink #FB5DBB
Tints of Hot Pink #FB5DBB
RGB
CMYK
RGB Variations
Color information
#FB5DBB (or 0xFB5DBB) is known color: Hot Pink. HEX triplet: FB, 5D and BB. RGB value is (251,93,187). Sum of RGB (Red+Green+Blue) = 251+93+187=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DBB is #04A244. Grayscale: #969696. Windows color (decimal): -303685 or 12279291. OLE color: 12279291.
HSL color Cylindrical-coordinate representation of color #FB5DBB: hue angle of 324.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DBB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 187 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.02 |
| HSL | 324.3º | 0.95% | 0.67% | - |
| HSV(B) | 324.3º | 0.63% | 0.98% | - |
| XYZ | 52.67 | 31.93 | 50.4 | - |
| YUV | 150.96 | 148.35 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 187 | 0 | 0.63 | 0.25 | 0.02 | 324.3 | 0.95 | 0.67 |
| Hex | FB | 5D | BB | 0 | 3F | 19 | 2 | 144 | 5F | 43 |
| Octal | 373 | 135 | 273 | 0 | 77 | 31 | 2 | 504 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10111011 | 0 | 111111 | 11001 | 10 | 101000100 | 1011111 | 1000011 |
Color Harmonies of #FB5DBB
Complementary color
Monochromatic Colors of #FB5DBB
Black with #FB5DBB
Text Example
Text Example
White with #FB5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DBB; }
p { color: rgb(251,93,187); }
H1.HeaderClassName
{
color: #FB5DBB;
}
.AnyTagClassName
{
color: #FB5DBB;
}
</style>
background-color css
<style>
a { background-color: #FB5DBB; }
a { background-color: rgb(251,93,187); }
div.DivClassName
{
background-color: #FB5DBB;
}
.BgClassName
{
background-color: #FB5DBB;
}
</style>
border-color css
<style>
span { border-color: #FB5DBB; }
span { border-color: rgb(251,93,187); }
td.TdClassName
{
border-color: #FB5DBB;
}
.TagClassName
{
border-color: #FB5DBB;
}
</style>