Shades of Hot Pink #FB5DB4
Tints of Hot Pink #FB5DB4
RGB
CMYK
RGB Variations
Color information
#FB5DB4 (or 0xFB5DB4) is known color: Hot Pink. HEX triplet: FB, 5D and B4. RGB value is (251,93,180). Sum of RGB (Red+Green+Blue) = 251+93+180=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DB4 is #04A24B. Grayscale: #959595. Windows color (decimal): -303692 or 11820539. OLE color: 11820539.
HSL color Cylindrical-coordinate representation of color #FB5DB4: hue angle of 326.96º 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 #FB5DB4 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 180 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.02 |
| HSL | 326.96º | 0.95% | 0.67% | - |
| HSV(B) | 326.96º | 0.63% | 0.98% | - |
| XYZ | 51.94 | 31.63 | 46.55 | - |
| YUV | 150.16 | 144.85 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 180 | 0 | 0.63 | 0.28 | 0.02 | 326.96 | 0.95 | 0.67 |
| Hex | FB | 5D | B4 | 0 | 3F | 1C | 2 | 147 | 5F | 43 |
| Octal | 373 | 135 | 264 | 0 | 77 | 34 | 2 | 507 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10110100 | 0 | 111111 | 11100 | 10 | 101000111 | 1011111 | 1000011 |
Color Harmonies of #FB5DB4
Complementary color
Monochromatic Colors of #FB5DB4
Black with #FB5DB4
Text Example
Text Example
White with #FB5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DB4; }
p { color: rgb(251,93,180); }
H1.HeaderClassName
{
color: #FB5DB4;
}
.AnyTagClassName
{
color: #FB5DB4;
}
</style>
background-color css
<style>
a { background-color: #FB5DB4; }
a { background-color: rgb(251,93,180); }
div.DivClassName
{
background-color: #FB5DB4;
}
.BgClassName
{
background-color: #FB5DB4;
}
</style>
border-color css
<style>
span { border-color: #FB5DB4; }
span { border-color: rgb(251,93,180); }
td.TdClassName
{
border-color: #FB5DB4;
}
.TagClassName
{
border-color: #FB5DB4;
}
</style>