Shades of Hot Pink #FB5DB3
Tints of Hot Pink #FB5DB3
RGB
CMYK
RGB Variations
Color information
#FB5DB3 (or 0xFB5DB3) is known color: Hot Pink. HEX triplet: FB, 5D and B3. RGB value is (251,93,179). Sum of RGB (Red+Green+Blue) = 251+93+179=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DB3 is #04A24C. Grayscale: #959595. Windows color (decimal): -303693 or 11755003. OLE color: 11755003.
HSL color Cylindrical-coordinate representation of color #FB5DB3: hue angle of 327.34º 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 #FB5DB3 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 179 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.02 |
| HSL | 327.34º | 0.95% | 0.67% | - |
| HSV(B) | 327.34º | 0.63% | 0.98% | - |
| XYZ | 51.83 | 31.59 | 46.01 | - |
| YUV | 150.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 179 | 0 | 0.63 | 0.29 | 0.02 | 327.34 | 0.95 | 0.67 |
| Hex | FB | 5D | B3 | 0 | 3F | 1D | 2 | 147 | 5F | 43 |
| Octal | 373 | 135 | 263 | 0 | 77 | 35 | 2 | 507 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10110011 | 0 | 111111 | 11101 | 10 | 101000111 | 1011111 | 1000011 |
Color Harmonies of #FB5DB3
Complementary color
Monochromatic Colors of #FB5DB3
Black with #FB5DB3
Text Example
Text Example
White with #FB5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DB3; }
p { color: rgb(251,93,179); }
H1.HeaderClassName
{
color: #FB5DB3;
}
.AnyTagClassName
{
color: #FB5DB3;
}
</style>
background-color css
<style>
a { background-color: #FB5DB3; }
a { background-color: rgb(251,93,179); }
div.DivClassName
{
background-color: #FB5DB3;
}
.BgClassName
{
background-color: #FB5DB3;
}
</style>
border-color css
<style>
span { border-color: #FB5DB3; }
span { border-color: rgb(251,93,179); }
td.TdClassName
{
border-color: #FB5DB3;
}
.TagClassName
{
border-color: #FB5DB3;
}
</style>