Shades of Hot Pink #F868BC
Tints of Hot Pink #F868BC
RGB
CMYK
RGB Variations
Color information
#F868BC (or 0xF868BC) is known color: Hot Pink. HEX triplet: F8, 68 and BC. RGB value is (248,104,188). Sum of RGB (Red+Green+Blue) = 248+104+188=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F868BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868BC is #079743. Grayscale: #9C9C9C. Windows color (decimal): -497476 or 12347640. OLE color: 12347640.
HSL color Cylindrical-coordinate representation of color #F868BC: hue angle of 325º 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 #F868BC is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 188 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.03 |
| HSL | 325º | 0.91% | 0.69% | - |
| HSV(B) | 325º | 0.58% | 0.97% | - |
| XYZ | 52.74 | 33.49 | 51.26 | - |
| YUV | 156.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 188 | 0 | 0.58 | 0.24 | 0.03 | 325 | 0.91 | 0.69 |
| Hex | F8 | 68 | BC | 0 | 3A | 18 | 3 | 145 | 5B | 45 |
| Octal | 370 | 150 | 274 | 0 | 72 | 30 | 3 | 505 | 133 | 105 |
| Binary | 11111000 | 1101000 | 10111100 | 0 | 111010 | 11000 | 11 | 101000101 | 1011011 | 1000101 |
Color Harmonies of #F868BC
Complementary color
Monochromatic Colors of #F868BC
Black with #F868BC
Text Example
Text Example
White with #F868BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F868BC; }
p { color: rgb(248,104,188); }
H1.HeaderClassName
{
color: #F868BC;
}
.AnyTagClassName
{
color: #F868BC;
}
</style>
background-color css
<style>
a { background-color: #F868BC; }
a { background-color: rgb(248,104,188); }
div.DivClassName
{
background-color: #F868BC;
}
.BgClassName
{
background-color: #F868BC;
}
</style>
border-color css
<style>
span { border-color: #F868BC; }
span { border-color: rgb(248,104,188); }
td.TdClassName
{
border-color: #F868BC;
}
.TagClassName
{
border-color: #F868BC;
}
</style>