Shades of Hot Pink #F85EBA
Tints of Hot Pink #F85EBA
RGB
CMYK
RGB Variations
Color information
#F85EBA (or 0xF85EBA) is known color: Hot Pink. HEX triplet: F8, 5E and BA. RGB value is (248,94,186). Sum of RGB (Red+Green+Blue) = 248+94+186=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85EBA is #07A145. Grayscale: #969696. Windows color (decimal): -500038 or 12214008. OLE color: 12214008.
HSL color Cylindrical-coordinate representation of color #F85EBA: hue angle of 324.16º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85EBA is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 186 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.03 |
| HSL | 324.16º | 0.92% | 0.67% | - |
| HSV(B) | 324.16º | 0.62% | 0.97% | - |
| XYZ | 51.58 | 31.51 | 49.82 | - |
| YUV | 150.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 186 | 0 | 0.62 | 0.25 | 0.03 | 324.16 | 0.92 | 0.67 |
| Hex | F8 | 5E | BA | 0 | 3E | 19 | 3 | 144 | 5C | 43 |
| Octal | 370 | 136 | 272 | 0 | 76 | 31 | 3 | 504 | 134 | 103 |
| Binary | 11111000 | 1011110 | 10111010 | 0 | 111110 | 11001 | 11 | 101000100 | 1011100 | 1000011 |
Color Harmonies of #F85EBA
Complementary color
Monochromatic Colors of #F85EBA
Black with #F85EBA
Text Example
Text Example
White with #F85EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EBA; }
p { color: rgb(248,94,186); }
H1.HeaderClassName
{
color: #F85EBA;
}
.AnyTagClassName
{
color: #F85EBA;
}
</style>
background-color css
<style>
a { background-color: #F85EBA; }
a { background-color: rgb(248,94,186); }
div.DivClassName
{
background-color: #F85EBA;
}
.BgClassName
{
background-color: #F85EBA;
}
</style>
border-color css
<style>
span { border-color: #F85EBA; }
span { border-color: rgb(248,94,186); }
td.TdClassName
{
border-color: #F85EBA;
}
.TagClassName
{
border-color: #F85EBA;
}
</style>