Shades of Hot Pink #FB6EBA
Tints of Hot Pink #FB6EBA
RGB
CMYK
RGB Variations
Color information
#FB6EBA (or 0xFB6EBA) is known color: Hot Pink. HEX triplet: FB, 6E and BA. RGB value is (251,110,186). Sum of RGB (Red+Green+Blue) = 251+110+186=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6EBA is #049145. Grayscale: #A0A0A0. Windows color (decimal): -299334 or 12218107. OLE color: 12218107.
HSL color Cylindrical-coordinate representation of color #FB6EBA: hue angle of 327.66º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6EBA is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 186 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.02 |
| HSL | 327.66º | 0.95% | 0.71% | - |
| HSV(B) | 327.66º | 0.56% | 0.98% | - |
| XYZ | 54.22 | 35.21 | 50.39 | - |
| YUV | 160.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 186 | 0 | 0.56 | 0.26 | 0.02 | 327.66 | 0.95 | 0.71 |
| Hex | FB | 6E | BA | 0 | 38 | 1A | 2 | 148 | 5F | 47 |
| Octal | 373 | 156 | 272 | 0 | 70 | 32 | 2 | 510 | 137 | 107 |
| Binary | 11111011 | 1101110 | 10111010 | 0 | 111000 | 11010 | 10 | 101001000 | 1011111 | 1000111 |
Color Harmonies of #FB6EBA
Complementary color
Monochromatic Colors of #FB6EBA
Black with #FB6EBA
Text Example
Text Example
White with #FB6EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EBA; }
p { color: rgb(251,110,186); }
H1.HeaderClassName
{
color: #FB6EBA;
}
.AnyTagClassName
{
color: #FB6EBA;
}
</style>
background-color css
<style>
a { background-color: #FB6EBA; }
a { background-color: rgb(251,110,186); }
div.DivClassName
{
background-color: #FB6EBA;
}
.BgClassName
{
background-color: #FB6EBA;
}
</style>
border-color css
<style>
span { border-color: #FB6EBA; }
span { border-color: rgb(251,110,186); }
td.TdClassName
{
border-color: #FB6EBA;
}
.TagClassName
{
border-color: #FB6EBA;
}
</style>