Shades of Hot Pink #F85CBB
Tints of Hot Pink #F85CBB
RGB
CMYK
RGB Variations
Color information
#F85CBB (or 0xF85CBB) is known color: Hot Pink. HEX triplet: F8, 5C and BB. RGB value is (248,92,187). Sum of RGB (Red+Green+Blue) = 248+92+187=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CBB is #07A344. Grayscale: #959595. Windows color (decimal): -500549 or 12279032. OLE color: 12279032.
HSL color Cylindrical-coordinate representation of color #F85CBB: hue angle of 323.46º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CBB is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 187 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.03 |
| HSL | 323.46º | 0.92% | 0.67% | - |
| HSV(B) | 323.46º | 0.63% | 0.97% | - |
| XYZ | 51.51 | 31.2 | 50.32 | - |
| YUV | 149.47 | 149.18 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 187 | 0 | 0.63 | 0.25 | 0.03 | 323.46 | 0.92 | 0.67 |
| Hex | F8 | 5C | BB | 0 | 3F | 19 | 3 | 143 | 5C | 43 |
| Octal | 370 | 134 | 273 | 0 | 77 | 31 | 3 | 503 | 134 | 103 |
| Binary | 11111000 | 1011100 | 10111011 | 0 | 111111 | 11001 | 11 | 101000011 | 1011100 | 1000011 |
Color Harmonies of #F85CBB
Complementary color
Monochromatic Colors of #F85CBB
Black with #F85CBB
Text Example
Text Example
White with #F85CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85CBB; }
p { color: rgb(248,92,187); }
H1.HeaderClassName
{
color: #F85CBB;
}
.AnyTagClassName
{
color: #F85CBB;
}
</style>
background-color css
<style>
a { background-color: #F85CBB; }
a { background-color: rgb(248,92,187); }
div.DivClassName
{
background-color: #F85CBB;
}
.BgClassName
{
background-color: #F85CBB;
}
</style>
border-color css
<style>
span { border-color: #F85CBB; }
span { border-color: rgb(248,92,187); }
td.TdClassName
{
border-color: #F85CBB;
}
.TagClassName
{
border-color: #F85CBB;
}
</style>