Shades of Hot Pink #F568BC
Tints of Hot Pink #F568BC
RGB
CMYK
RGB Variations
Color information
#F568BC (or 0xF568BC) is known color: Hot Pink. HEX triplet: F5, 68 and BC. RGB value is (245,104,188). Sum of RGB (Red+Green+Blue) = 245+104+188=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F568BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568BC is #0A9743. Grayscale: #9B9B9B. Windows color (decimal): -694084 or 12347637. OLE color: 12347637.
HSL color Cylindrical-coordinate representation of color #F568BC: hue angle of 324.26º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F568BC is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 188 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.04 |
| HSL | 324.26º | 0.88% | 0.68% | - |
| HSV(B) | 324.26º | 0.58% | 0.96% | - |
| XYZ | 51.68 | 32.94 | 51.21 | - |
| YUV | 155.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 188 | 0 | 0.58 | 0.23 | 0.04 | 324.26 | 0.88 | 0.68 |
| Hex | F5 | 68 | BC | 0 | 3A | 17 | 4 | 144 | 58 | 44 |
| Octal | 365 | 150 | 274 | 0 | 72 | 27 | 4 | 504 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10111100 | 0 | 111010 | 10111 | 100 | 101000100 | 1011000 | 1000100 |
Color Harmonies of #F568BC
Complementary color
Monochromatic Colors of #F568BC
Black with #F568BC
Text Example
Text Example
White with #F568BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568BC; }
p { color: rgb(245,104,188); }
H1.HeaderClassName
{
color: #F568BC;
}
.AnyTagClassName
{
color: #F568BC;
}
</style>
background-color css
<style>
a { background-color: #F568BC; }
a { background-color: rgb(245,104,188); }
div.DivClassName
{
background-color: #F568BC;
}
.BgClassName
{
background-color: #F568BC;
}
</style>
border-color css
<style>
span { border-color: #F568BC; }
span { border-color: rgb(245,104,188); }
td.TdClassName
{
border-color: #F568BC;
}
.TagClassName
{
border-color: #F568BC;
}
</style>