Shades of Hot Pink #F853BD
Tints of Hot Pink #F853BD
RGB
CMYK
RGB Variations
Color information
#F853BD (or 0xF853BD) is known color: Hot Pink. HEX triplet: F8, 53 and BD. RGB value is (248,83,189). Sum of RGB (Red+Green+Blue) = 248+83+189=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F853BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F853BD is #07AC42. Grayscale: #909090. Windows color (decimal): -502851 or 12407800. OLE color: 12407800.
HSL color Cylindrical-coordinate representation of color #F853BD: hue angle of 321.45º 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 #F853BD is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 189 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.03 |
| HSL | 321.45º | 0.92% | 0.65% | - |
| HSV(B) | 321.45º | 0.67% | 0.97% | - |
| XYZ | 50.99 | 29.82 | 51.21 | - |
| YUV | 144.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 189 | 0 | 0.67 | 0.24 | 0.03 | 321.45 | 0.92 | 0.65 |
| Hex | F8 | 53 | BD | 0 | 43 | 18 | 3 | 141 | 5C | 41 |
| Octal | 370 | 123 | 275 | 0 | 103 | 30 | 3 | 501 | 134 | 101 |
| Binary | 11111000 | 1010011 | 10111101 | 0 | 1000011 | 11000 | 11 | 101000001 | 1011100 | 1000001 |
Color Harmonies of #F853BD
Complementary color
Monochromatic Colors of #F853BD
Black with #F853BD
Text Example
Text Example
White with #F853BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F853BD; }
p { color: rgb(248,83,189); }
H1.HeaderClassName
{
color: #F853BD;
}
.AnyTagClassName
{
color: #F853BD;
}
</style>
background-color css
<style>
a { background-color: #F853BD; }
a { background-color: rgb(248,83,189); }
div.DivClassName
{
background-color: #F853BD;
}
.BgClassName
{
background-color: #F853BD;
}
</style>
border-color css
<style>
span { border-color: #F853BD; }
span { border-color: rgb(248,83,189); }
td.TdClassName
{
border-color: #F853BD;
}
.TagClassName
{
border-color: #F853BD;
}
</style>