Shades of Hot Pink #F865BC
Tints of Hot Pink #F865BC
RGB
CMYK
RGB Variations
Color information
#F865BC (or 0xF865BC) is known color: Hot Pink. HEX triplet: F8, 65 and BC. RGB value is (248,101,188). Sum of RGB (Red+Green+Blue) = 248+101+188=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F865BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865BC is #079A43. Grayscale: #9A9A9A. Windows color (decimal): -498244 or 12346872. OLE color: 12346872.
HSL color Cylindrical-coordinate representation of color #F865BC: hue angle of 324.49º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F865BC is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 188 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.03 |
| HSL | 324.49º | 0.91% | 0.68% | - |
| HSV(B) | 324.49º | 0.59% | 0.97% | - |
| XYZ | 52.44 | 32.89 | 51.16 | - |
| YUV | 154.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 188 | 0 | 0.59 | 0.24 | 0.03 | 324.49 | 0.91 | 0.68 |
| Hex | F8 | 65 | BC | 0 | 3B | 18 | 3 | 144 | 5B | 44 |
| Octal | 370 | 145 | 274 | 0 | 73 | 30 | 3 | 504 | 133 | 104 |
| Binary | 11111000 | 1100101 | 10111100 | 0 | 111011 | 11000 | 11 | 101000100 | 1011011 | 1000100 |
Color Harmonies of #F865BC
Complementary color
Monochromatic Colors of #F865BC
Black with #F865BC
Text Example
Text Example
White with #F865BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865BC; }
p { color: rgb(248,101,188); }
H1.HeaderClassName
{
color: #F865BC;
}
.AnyTagClassName
{
color: #F865BC;
}
</style>
background-color css
<style>
a { background-color: #F865BC; }
a { background-color: rgb(248,101,188); }
div.DivClassName
{
background-color: #F865BC;
}
.BgClassName
{
background-color: #F865BC;
}
</style>
border-color css
<style>
span { border-color: #F865BC; }
span { border-color: rgb(248,101,188); }
td.TdClassName
{
border-color: #F865BC;
}
.TagClassName
{
border-color: #F865BC;
}
</style>