Shades of Hot Pink #F863BA
Tints of Hot Pink #F863BA
RGB
CMYK
RGB Variations
Color information
#F863BA (or 0xF863BA) is known color: Hot Pink. HEX triplet: F8, 63 and BA. RGB value is (248,99,186). Sum of RGB (Red+Green+Blue) = 248+99+186=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F863BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863BA is #079C45. Grayscale: #999999. Windows color (decimal): -498758 or 12215288. OLE color: 12215288.
HSL color Cylindrical-coordinate representation of color #F863BA: hue angle of 324.97º 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 #F863BA is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 186 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.03 |
| HSL | 324.97º | 0.91% | 0.68% | - |
| HSV(B) | 324.97º | 0.6% | 0.97% | - |
| XYZ | 52.04 | 32.43 | 49.97 | - |
| YUV | 153.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 186 | 0 | 0.60 | 0.25 | 0.03 | 324.97 | 0.91 | 0.68 |
| Hex | F8 | 63 | BA | 0 | 3C | 19 | 3 | 145 | 5B | 44 |
| Octal | 370 | 143 | 272 | 0 | 74 | 31 | 3 | 505 | 133 | 104 |
| Binary | 11111000 | 1100011 | 10111010 | 0 | 111100 | 11001 | 11 | 101000101 | 1011011 | 1000100 |
Color Harmonies of #F863BA
Complementary color
Monochromatic Colors of #F863BA
Black with #F863BA
Text Example
Text Example
White with #F863BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F863BA; }
p { color: rgb(248,99,186); }
H1.HeaderClassName
{
color: #F863BA;
}
.AnyTagClassName
{
color: #F863BA;
}
</style>
background-color css
<style>
a { background-color: #F863BA; }
a { background-color: rgb(248,99,186); }
div.DivClassName
{
background-color: #F863BA;
}
.BgClassName
{
background-color: #F863BA;
}
</style>
border-color css
<style>
span { border-color: #F863BA; }
span { border-color: rgb(248,99,186); }
td.TdClassName
{
border-color: #F863BA;
}
.TagClassName
{
border-color: #F863BA;
}
</style>