Shades of Hot Pink #F865B7
Tints of Hot Pink #F865B7
RGB
CMYK
RGB Variations
Color information
#F865B7 (or 0xF865B7) is known color: Hot Pink. HEX triplet: F8, 65 and B7. RGB value is (248,101,183). Sum of RGB (Red+Green+Blue) = 248+101+183=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F865B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F865B7 is #079A48. Grayscale: #9A9A9A. Windows color (decimal): -498249 or 12019192. OLE color: 12019192.
HSL color Cylindrical-coordinate representation of color #F865B7: hue angle of 326.53º 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 #F865B7 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 101 | 183 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.03 |
| HSL | 326.53º | 0.91% | 0.68% | - |
| HSV(B) | 326.53º | 0.59% | 0.97% | - |
| XYZ | 51.91 | 32.68 | 48.37 | - |
| YUV | 154.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 101 | 183 | 0 | 0.59 | 0.26 | 0.03 | 326.53 | 0.91 | 0.68 |
| Hex | F8 | 65 | B7 | 0 | 3B | 1A | 3 | 147 | 5B | 44 |
| Octal | 370 | 145 | 267 | 0 | 73 | 32 | 3 | 507 | 133 | 104 |
| Binary | 11111000 | 1100101 | 10110111 | 0 | 111011 | 11010 | 11 | 101000111 | 1011011 | 1000100 |
Color Harmonies of #F865B7
Complementary color
Monochromatic Colors of #F865B7
Black with #F865B7
Text Example
Text Example
White with #F865B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F865B7; }
p { color: rgb(248,101,183); }
H1.HeaderClassName
{
color: #F865B7;
}
.AnyTagClassName
{
color: #F865B7;
}
</style>
background-color css
<style>
a { background-color: #F865B7; }
a { background-color: rgb(248,101,183); }
div.DivClassName
{
background-color: #F865B7;
}
.BgClassName
{
background-color: #F865B7;
}
</style>
border-color css
<style>
span { border-color: #F865B7; }
span { border-color: rgb(248,101,183); }
td.TdClassName
{
border-color: #F865B7;
}
.TagClassName
{
border-color: #F865B7;
}
</style>