Shades of Hot Pink #F853BE
Tints of Hot Pink #F853BE
RGB
CMYK
RGB Variations
Color information
#F853BE (or 0xF853BE) is known color: Hot Pink. HEX triplet: F8, 53 and BE. RGB value is (248,83,190). Sum of RGB (Red+Green+Blue) = 248+83+190=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F853BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853BE is #07AC41. Grayscale: #909090. Windows color (decimal): -502850 or 12473336. OLE color: 12473336.
HSL color Cylindrical-coordinate representation of color #F853BE: hue angle of 321.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F853BE is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 190 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.03 |
| HSL | 321.09º | 0.92% | 0.65% | - |
| HSV(B) | 321.09º | 0.67% | 0.97% | - |
| XYZ | 51.1 | 29.86 | 51.79 | - |
| YUV | 144.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 190 | 0 | 0.67 | 0.23 | 0.03 | 321.09 | 0.92 | 0.65 |
| Hex | F8 | 53 | BE | 0 | 43 | 17 | 3 | 141 | 5C | 41 |
| Octal | 370 | 123 | 276 | 0 | 103 | 27 | 3 | 501 | 134 | 101 |
| Binary | 11111000 | 1010011 | 10111110 | 0 | 1000011 | 10111 | 11 | 101000001 | 1011100 | 1000001 |
Color Harmonies of #F853BE
Complementary color
Monochromatic Colors of #F853BE
Black with #F853BE
Text Example
Text Example
White with #F853BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853BE; }
p { color: rgb(248,83,190); }
H1.HeaderClassName
{
color: #F853BE;
}
.AnyTagClassName
{
color: #F853BE;
}
</style>
background-color css
<style>
a { background-color: #F853BE; }
a { background-color: rgb(248,83,190); }
div.DivClassName
{
background-color: #F853BE;
}
.BgClassName
{
background-color: #F853BE;
}
</style>
border-color css
<style>
span { border-color: #F853BE; }
span { border-color: rgb(248,83,190); }
td.TdClassName
{
border-color: #F853BE;
}
.TagClassName
{
border-color: #F853BE;
}
</style>