Shades of Hot Pink #F868BB
Tints of Hot Pink #F868BB
RGB
CMYK
RGB Variations
Color information
#F868BB (or 0xF868BB) is known color: Hot Pink. HEX triplet: F8, 68 and BB. RGB value is (248,104,187). Sum of RGB (Red+Green+Blue) = 248+104+187=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F868BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868BB is #079744. Grayscale: #9C9C9C. Windows color (decimal): -497477 or 12282104. OLE color: 12282104.
HSL color Cylindrical-coordinate representation of color #F868BB: hue angle of 325.42º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F868BB is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 187 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.03 |
| HSL | 325.42º | 0.91% | 0.69% | - |
| HSV(B) | 325.42º | 0.58% | 0.97% | - |
| XYZ | 52.63 | 33.44 | 50.7 | - |
| YUV | 156.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 187 | 0 | 0.58 | 0.25 | 0.03 | 325.42 | 0.91 | 0.69 |
| Hex | F8 | 68 | BB | 0 | 3A | 19 | 3 | 145 | 5B | 45 |
| Octal | 370 | 150 | 273 | 0 | 72 | 31 | 3 | 505 | 133 | 105 |
| Binary | 11111000 | 1101000 | 10111011 | 0 | 111010 | 11001 | 11 | 101000101 | 1011011 | 1000101 |
Color Harmonies of #F868BB
Complementary color
Monochromatic Colors of #F868BB
Black with #F868BB
Text Example
Text Example
White with #F868BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F868BB; }
p { color: rgb(248,104,187); }
H1.HeaderClassName
{
color: #F868BB;
}
.AnyTagClassName
{
color: #F868BB;
}
</style>
background-color css
<style>
a { background-color: #F868BB; }
a { background-color: rgb(248,104,187); }
div.DivClassName
{
background-color: #F868BB;
}
.BgClassName
{
background-color: #F868BB;
}
</style>
border-color css
<style>
span { border-color: #F868BB; }
span { border-color: rgb(248,104,187); }
td.TdClassName
{
border-color: #F868BB;
}
.TagClassName
{
border-color: #F868BB;
}
</style>