Shades of Hot Pink #F869BC
Tints of Hot Pink #F869BC
RGB
CMYK
RGB Variations
Color information
#F869BC (or 0xF869BC) is known color: Hot Pink. HEX triplet: F8, 69 and BC. RGB value is (248,105,188). Sum of RGB (Red+Green+Blue) = 248+105+188=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F869BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869BC is #079643. Grayscale: #9D9D9D. Windows color (decimal): -497220 or 12347896. OLE color: 12347896.
HSL color Cylindrical-coordinate representation of color #F869BC: hue angle of 325.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F869BC is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 188 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.03 |
| HSL | 325.17º | 0.91% | 0.69% | - |
| HSV(B) | 325.17º | 0.58% | 0.97% | - |
| XYZ | 52.84 | 33.69 | 51.29 | - |
| YUV | 157.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 188 | 0 | 0.58 | 0.24 | 0.03 | 325.17 | 0.91 | 0.69 |
| Hex | F8 | 69 | BC | 0 | 3A | 18 | 3 | 145 | 5B | 45 |
| Octal | 370 | 151 | 274 | 0 | 72 | 30 | 3 | 505 | 133 | 105 |
| Binary | 11111000 | 1101001 | 10111100 | 0 | 111010 | 11000 | 11 | 101000101 | 1011011 | 1000101 |
Color Harmonies of #F869BC
Complementary color
Monochromatic Colors of #F869BC
Black with #F869BC
Text Example
Text Example
White with #F869BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869BC; }
p { color: rgb(248,105,188); }
H1.HeaderClassName
{
color: #F869BC;
}
.AnyTagClassName
{
color: #F869BC;
}
</style>
background-color css
<style>
a { background-color: #F869BC; }
a { background-color: rgb(248,105,188); }
div.DivClassName
{
background-color: #F869BC;
}
.BgClassName
{
background-color: #F869BC;
}
</style>
border-color css
<style>
span { border-color: #F869BC; }
span { border-color: rgb(248,105,188); }
td.TdClassName
{
border-color: #F869BC;
}
.TagClassName
{
border-color: #F869BC;
}
</style>