Shades of Hot Pink #FB6FBA
Tints of Hot Pink #FB6FBA
RGB
CMYK
RGB Variations
Color information
#FB6FBA (or 0xFB6FBA) is known color: Hot Pink. HEX triplet: FB, 6F and BA. RGB value is (251,111,186). Sum of RGB (Red+Green+Blue) = 251+111+186=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FBA is #049045. Grayscale: #A1A1A1. Windows color (decimal): -299078 or 12218363. OLE color: 12218363.
HSL color Cylindrical-coordinate representation of color #FB6FBA: hue angle of 327.86º 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 #FB6FBA is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 186 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.02 |
| HSL | 327.86º | 0.95% | 0.71% | - |
| HSV(B) | 327.86º | 0.56% | 0.98% | - |
| XYZ | 54.33 | 35.42 | 50.43 | - |
| YUV | 161.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 186 | 0 | 0.56 | 0.26 | 0.02 | 327.86 | 0.95 | 0.71 |
| Hex | FB | 6F | BA | 0 | 38 | 1A | 2 | 148 | 5F | 47 |
| Octal | 373 | 157 | 272 | 0 | 70 | 32 | 2 | 510 | 137 | 107 |
| Binary | 11111011 | 1101111 | 10111010 | 0 | 111000 | 11010 | 10 | 101001000 | 1011111 | 1000111 |
Color Harmonies of #FB6FBA
Complementary color
Monochromatic Colors of #FB6FBA
Black with #FB6FBA
Text Example
Text Example
White with #FB6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FBA; }
p { color: rgb(251,111,186); }
H1.HeaderClassName
{
color: #FB6FBA;
}
.AnyTagClassName
{
color: #FB6FBA;
}
</style>
background-color css
<style>
a { background-color: #FB6FBA; }
a { background-color: rgb(251,111,186); }
div.DivClassName
{
background-color: #FB6FBA;
}
.BgClassName
{
background-color: #FB6FBA;
}
</style>
border-color css
<style>
span { border-color: #FB6FBA; }
span { border-color: rgb(251,111,186); }
td.TdClassName
{
border-color: #FB6FBA;
}
.TagClassName
{
border-color: #FB6FBA;
}
</style>