Shades of Hot Pink #F865B8
Tints of Hot Pink #F865B8
RGB
CMYK
RGB Variations
Color information
#F865B8 (or 0xF865B8) is known color: Hot Pink. HEX triplet: F8, 65 and B8. RGB value is (248,101,184). Sum of RGB (Red+Green+Blue) = 248+101+184=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F865B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865B8 is #079A47. Grayscale: #9A9A9A. Windows color (decimal): -498248 or 12084728. OLE color: 12084728.
HSL color Cylindrical-coordinate representation of color #F865B8: hue angle of 326.12º 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 #F865B8 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 184 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.03 |
| HSL | 326.12º | 0.91% | 0.68% | - |
| HSV(B) | 326.12º | 0.59% | 0.97% | - |
| XYZ | 52.02 | 32.72 | 48.92 | - |
| YUV | 154.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 184 | 0 | 0.59 | 0.26 | 0.03 | 326.12 | 0.91 | 0.68 |
| Hex | F8 | 65 | B8 | 0 | 3B | 1A | 3 | 146 | 5B | 44 |
| Octal | 370 | 145 | 270 | 0 | 73 | 32 | 3 | 506 | 133 | 104 |
| Binary | 11111000 | 1100101 | 10111000 | 0 | 111011 | 11010 | 11 | 101000110 | 1011011 | 1000100 |
Color Harmonies of #F865B8
Complementary color
Monochromatic Colors of #F865B8
Black with #F865B8
Text Example
Text Example
White with #F865B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865B8; }
p { color: rgb(248,101,184); }
H1.HeaderClassName
{
color: #F865B8;
}
.AnyTagClassName
{
color: #F865B8;
}
</style>
background-color css
<style>
a { background-color: #F865B8; }
a { background-color: rgb(248,101,184); }
div.DivClassName
{
background-color: #F865B8;
}
.BgClassName
{
background-color: #F865B8;
}
</style>
border-color css
<style>
span { border-color: #F865B8; }
span { border-color: rgb(248,101,184); }
td.TdClassName
{
border-color: #F865B8;
}
.TagClassName
{
border-color: #F865B8;
}
</style>