Shades of Hot Pink #F668BC
Tints of Hot Pink #F668BC
RGB
CMYK
RGB Variations
Color information
#F668BC (or 0xF668BC) is known color: Hot Pink. HEX triplet: F6, 68 and BC. RGB value is (246,104,188). Sum of RGB (Red+Green+Blue) = 246+104+188=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F668BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668BC is #099743. Grayscale: #9B9B9B. Windows color (decimal): -628548 or 12347638. OLE color: 12347638.
HSL color Cylindrical-coordinate representation of color #F668BC: hue angle of 324.51º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668BC is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 188 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.04 |
| HSL | 324.51º | 0.89% | 0.69% | - |
| HSV(B) | 324.51º | 0.58% | 0.96% | - |
| XYZ | 52.03 | 33.12 | 51.23 | - |
| YUV | 156.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 188 | 0 | 0.58 | 0.24 | 0.04 | 324.51 | 0.89 | 0.69 |
| Hex | F6 | 68 | BC | 0 | 3A | 18 | 4 | 145 | 59 | 45 |
| Octal | 366 | 150 | 274 | 0 | 72 | 30 | 4 | 505 | 131 | 105 |
| Binary | 11110110 | 1101000 | 10111100 | 0 | 111010 | 11000 | 100 | 101000101 | 1011001 | 1000101 |
Color Harmonies of #F668BC
Complementary color
Monochromatic Colors of #F668BC
Black with #F668BC
Text Example
Text Example
White with #F668BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668BC; }
p { color: rgb(246,104,188); }
H1.HeaderClassName
{
color: #F668BC;
}
.AnyTagClassName
{
color: #F668BC;
}
</style>
background-color css
<style>
a { background-color: #F668BC; }
a { background-color: rgb(246,104,188); }
div.DivClassName
{
background-color: #F668BC;
}
.BgClassName
{
background-color: #F668BC;
}
</style>
border-color css
<style>
span { border-color: #F668BC; }
span { border-color: rgb(246,104,188); }
td.TdClassName
{
border-color: #F668BC;
}
.TagClassName
{
border-color: #F668BC;
}
</style>