Shades of Hot Pink #FB69BA
Tints of Hot Pink #FB69BA
RGB
CMYK
RGB Variations
Color information
#FB69BA (or 0xFB69BA) is known color: Hot Pink. HEX triplet: FB, 69 and BA. RGB value is (251,105,186). Sum of RGB (Red+Green+Blue) = 251+105+186=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB69BA is #049645. Grayscale: #9D9D9D. Windows color (decimal): -300614 or 12216827. OLE color: 12216827.
HSL color Cylindrical-coordinate representation of color #FB69BA: hue angle of 326.71º 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 #FB69BA is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 186 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.02 |
| HSL | 326.71º | 0.95% | 0.7% | - |
| HSV(B) | 326.71º | 0.58% | 0.98% | - |
| XYZ | 53.7 | 34.16 | 50.22 | - |
| YUV | 157.89 | 143.87 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 186 | 0 | 0.58 | 0.26 | 0.02 | 326.71 | 0.95 | 0.7 |
| Hex | FB | 69 | BA | 0 | 3A | 1A | 2 | 147 | 5F | 46 |
| Octal | 373 | 151 | 272 | 0 | 72 | 32 | 2 | 507 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10111010 | 0 | 111010 | 11010 | 10 | 101000111 | 1011111 | 1000110 |
Color Harmonies of #FB69BA
Complementary color
Monochromatic Colors of #FB69BA
Black with #FB69BA
Text Example
Text Example
White with #FB69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB69BA; }
p { color: rgb(251,105,186); }
H1.HeaderClassName
{
color: #FB69BA;
}
.AnyTagClassName
{
color: #FB69BA;
}
</style>
background-color css
<style>
a { background-color: #FB69BA; }
a { background-color: rgb(251,105,186); }
div.DivClassName
{
background-color: #FB69BA;
}
.BgClassName
{
background-color: #FB69BA;
}
</style>
border-color css
<style>
span { border-color: #FB69BA; }
span { border-color: rgb(251,105,186); }
td.TdClassName
{
border-color: #FB69BA;
}
.TagClassName
{
border-color: #FB69BA;
}
</style>