Shades of Hot Pink #F568BB
Tints of Hot Pink #F568BB
RGB
CMYK
RGB Variations
Color information
#F568BB (or 0xF568BB) is known color: Hot Pink. HEX triplet: F5, 68 and BB. RGB value is (245,104,187). Sum of RGB (Red+Green+Blue) = 245+104+187=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F568BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568BB is #0A9744. Grayscale: #9B9B9B. Windows color (decimal): -694085 or 12282101. OLE color: 12282101.
HSL color Cylindrical-coordinate representation of color #F568BB: hue angle of 324.68º 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 #F568BB is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 187 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.04 |
| HSL | 324.68º | 0.88% | 0.68% | - |
| HSV(B) | 324.68º | 0.58% | 0.96% | - |
| XYZ | 51.58 | 32.9 | 50.65 | - |
| YUV | 155.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 187 | 0 | 0.58 | 0.24 | 0.04 | 324.68 | 0.88 | 0.68 |
| Hex | F5 | 68 | BB | 0 | 3A | 18 | 4 | 145 | 58 | 44 |
| Octal | 365 | 150 | 273 | 0 | 72 | 30 | 4 | 505 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10111011 | 0 | 111010 | 11000 | 100 | 101000101 | 1011000 | 1000100 |
Color Harmonies of #F568BB
Complementary color
Monochromatic Colors of #F568BB
Black with #F568BB
Text Example
Text Example
White with #F568BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568BB; }
p { color: rgb(245,104,187); }
H1.HeaderClassName
{
color: #F568BB;
}
.AnyTagClassName
{
color: #F568BB;
}
</style>
background-color css
<style>
a { background-color: #F568BB; }
a { background-color: rgb(245,104,187); }
div.DivClassName
{
background-color: #F568BB;
}
.BgClassName
{
background-color: #F568BB;
}
</style>
border-color css
<style>
span { border-color: #F568BB; }
span { border-color: rgb(245,104,187); }
td.TdClassName
{
border-color: #F568BB;
}
.TagClassName
{
border-color: #F568BB;
}
</style>