Shades of Hot Pink #F875B1
Tints of Hot Pink #F875B1
RGB
CMYK
RGB Variations
Color information
#F875B1 (or 0xF875B1) is known color: Hot Pink. HEX triplet: F8, 75 and B1. RGB value is (248,117,177). Sum of RGB (Red+Green+Blue) = 248+117+177=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F875B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F875B1 is #078A4E. Grayscale: #A2A2A2. Windows color (decimal): -494159 or 11630072. OLE color: 11630072.
HSL color Cylindrical-coordinate representation of color #F875B1: hue angle of 332.52º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875B1 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 177 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.03 |
| HSL | 332.52º | 0.9% | 0.72% | - |
| HSV(B) | 332.52º | 0.53% | 0.97% | - |
| XYZ | 53.01 | 35.85 | 45.72 | - |
| YUV | 163.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 177 | 0 | 0.53 | 0.29 | 0.03 | 332.52 | 0.9 | 0.72 |
| Hex | F8 | 75 | B1 | 0 | 35 | 1D | 3 | 14D | 5A | 48 |
| Octal | 370 | 165 | 261 | 0 | 65 | 35 | 3 | 515 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10110001 | 0 | 110101 | 11101 | 11 | 101001101 | 1011010 | 1001000 |
Color Harmonies of #F875B1
Complementary color
Monochromatic Colors of #F875B1
Black with #F875B1
Text Example
Text Example
White with #F875B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875B1; }
p { color: rgb(248,117,177); }
H1.HeaderClassName
{
color: #F875B1;
}
.AnyTagClassName
{
color: #F875B1;
}
</style>
background-color css
<style>
a { background-color: #F875B1; }
a { background-color: rgb(248,117,177); }
div.DivClassName
{
background-color: #F875B1;
}
.BgClassName
{
background-color: #F875B1;
}
</style>
border-color css
<style>
span { border-color: #F875B1; }
span { border-color: rgb(248,117,177); }
td.TdClassName
{
border-color: #F875B1;
}
.TagClassName
{
border-color: #F875B1;
}
</style>