Shades of Hot Pink #F866BC
Tints of Hot Pink #F866BC
RGB
CMYK
RGB Variations
Color information
#F866BC (or 0xF866BC) is known color: Hot Pink. HEX triplet: F8, 66 and BC. RGB value is (248,102,188). Sum of RGB (Red+Green+Blue) = 248+102+188=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F866BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866BC is #079943. Grayscale: #9B9B9B. Windows color (decimal): -497988 or 12347128. OLE color: 12347128.
HSL color Cylindrical-coordinate representation of color #F866BC: hue angle of 324.66º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866BC is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 188 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.03 |
| HSL | 324.66º | 0.91% | 0.69% | - |
| HSV(B) | 324.66º | 0.59% | 0.97% | - |
| XYZ | 52.54 | 33.09 | 51.19 | - |
| YUV | 155.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 188 | 0 | 0.59 | 0.24 | 0.03 | 324.66 | 0.91 | 0.69 |
| Hex | F8 | 66 | BC | 0 | 3B | 18 | 3 | 145 | 5B | 45 |
| Octal | 370 | 146 | 274 | 0 | 73 | 30 | 3 | 505 | 133 | 105 |
| Binary | 11111000 | 1100110 | 10111100 | 0 | 111011 | 11000 | 11 | 101000101 | 1011011 | 1000101 |
Color Harmonies of #F866BC
Complementary color
Monochromatic Colors of #F866BC
Black with #F866BC
Text Example
Text Example
White with #F866BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F866BC; }
p { color: rgb(248,102,188); }
H1.HeaderClassName
{
color: #F866BC;
}
.AnyTagClassName
{
color: #F866BC;
}
</style>
background-color css
<style>
a { background-color: #F866BC; }
a { background-color: rgb(248,102,188); }
div.DivClassName
{
background-color: #F866BC;
}
.BgClassName
{
background-color: #F866BC;
}
</style>
border-color css
<style>
span { border-color: #F866BC; }
span { border-color: rgb(248,102,188); }
td.TdClassName
{
border-color: #F866BC;
}
.TagClassName
{
border-color: #F866BC;
}
</style>