Shades of Hot Pink #F863BC
Tints of Hot Pink #F863BC
RGB
CMYK
RGB Variations
Color information
#F863BC (or 0xF863BC) is known color: Hot Pink. HEX triplet: F8, 63 and BC. RGB value is (248,99,188). Sum of RGB (Red+Green+Blue) = 248+99+188=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F863BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863BC is #079C43. Grayscale: #999999. Windows color (decimal): -498756 or 12346360. OLE color: 12346360.
HSL color Cylindrical-coordinate representation of color #F863BC: hue angle of 324.16º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F863BC is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 188 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.03 |
| HSL | 324.16º | 0.91% | 0.68% | - |
| HSV(B) | 324.16º | 0.6% | 0.97% | - |
| XYZ | 52.25 | 32.51 | 51.1 | - |
| YUV | 153.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 188 | 0 | 0.60 | 0.24 | 0.03 | 324.16 | 0.91 | 0.68 |
| Hex | F8 | 63 | BC | 0 | 3C | 18 | 3 | 144 | 5B | 44 |
| Octal | 370 | 143 | 274 | 0 | 74 | 30 | 3 | 504 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10111100 | 0 | 111100 | 11000 | 11 | 101000100 | 1011011 | 1000100 |
Color Harmonies of #F863BC
Complementary color
Monochromatic Colors of #F863BC
Black with #F863BC
Text Example
Text Example
White with #F863BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863BC; }
p { color: rgb(248,99,188); }
H1.HeaderClassName
{
color: #F863BC;
}
.AnyTagClassName
{
color: #F863BC;
}
</style>
background-color css
<style>
a { background-color: #F863BC; }
a { background-color: rgb(248,99,188); }
div.DivClassName
{
background-color: #F863BC;
}
.BgClassName
{
background-color: #F863BC;
}
</style>
border-color css
<style>
span { border-color: #F863BC; }
span { border-color: rgb(248,99,188); }
td.TdClassName
{
border-color: #F863BC;
}
.TagClassName
{
border-color: #F863BC;
}
</style>