Shades of Hot Pink #FB6AAA
Tints of Hot Pink #FB6AAA
RGB
CMYK
RGB Variations
Color information
#FB6AAA (or 0xFB6AAA) is known color: Hot Pink. HEX triplet: FB, 6A and AA. RGB value is (251,106,170). Sum of RGB (Red+Green+Blue) = 251+106+170=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6AAA is #049555. Grayscale: #9C9C9C. Windows color (decimal): -300374 or 11168507. OLE color: 11168507.
HSL color Cylindrical-coordinate representation of color #FB6AAA: hue angle of 333.52º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6AAA is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 170 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.02 |
| HSL | 333.52º | 0.95% | 0.7% | - |
| HSV(B) | 333.52º | 0.58% | 0.98% | - |
| XYZ | 52.19 | 33.72 | 41.79 | - |
| YUV | 156.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 170 | 0 | 0.58 | 0.32 | 0.02 | 333.52 | 0.95 | 0.7 |
| Hex | FB | 6A | AA | 0 | 3A | 20 | 2 | 14E | 5F | 46 |
| Octal | 373 | 152 | 252 | 0 | 72 | 40 | 2 | 516 | 137 | 106 |
| Binary | 11111011 | 1101010 | 10101010 | 0 | 111010 | 100000 | 10 | 101001110 | 1011111 | 1000110 |
Color Harmonies of #FB6AAA
Complementary color
Monochromatic Colors of #FB6AAA
Black with #FB6AAA
Text Example
Text Example
White with #FB6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6AAA; }
p { color: rgb(251,106,170); }
H1.HeaderClassName
{
color: #FB6AAA;
}
.AnyTagClassName
{
color: #FB6AAA;
}
</style>
background-color css
<style>
a { background-color: #FB6AAA; }
a { background-color: rgb(251,106,170); }
div.DivClassName
{
background-color: #FB6AAA;
}
.BgClassName
{
background-color: #FB6AAA;
}
</style>
border-color css
<style>
span { border-color: #FB6AAA; }
span { border-color: rgb(251,106,170); }
td.TdClassName
{
border-color: #FB6AAA;
}
.TagClassName
{
border-color: #FB6AAA;
}
</style>