Shades of Hot Pink #F566BC
Tints of Hot Pink #F566BC
RGB
CMYK
RGB Variations
Color information
#F566BC (or 0xF566BC) is known color: Hot Pink. HEX triplet: F5, 66 and BC. RGB value is (245,102,188). Sum of RGB (Red+Green+Blue) = 245+102+188=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F566BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566BC is #0A9943. Grayscale: #9A9A9A. Windows color (decimal): -694596 or 12347125. OLE color: 12347125.
HSL color Cylindrical-coordinate representation of color #F566BC: hue angle of 323.92º 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 #F566BC is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 188 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.04 |
| HSL | 323.92º | 0.88% | 0.68% | - |
| HSV(B) | 323.92º | 0.58% | 0.96% | - |
| XYZ | 51.48 | 32.55 | 51.15 | - |
| YUV | 154.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 188 | 0 | 0.58 | 0.23 | 0.04 | 323.92 | 0.88 | 0.68 |
| Hex | F5 | 66 | BC | 0 | 3A | 17 | 4 | 144 | 58 | 44 |
| Octal | 365 | 146 | 274 | 0 | 72 | 27 | 4 | 504 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10111100 | 0 | 111010 | 10111 | 100 | 101000100 | 1011000 | 1000100 |
Color Harmonies of #F566BC
Complementary color
Monochromatic Colors of #F566BC
Black with #F566BC
Text Example
Text Example
White with #F566BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566BC; }
p { color: rgb(245,102,188); }
H1.HeaderClassName
{
color: #F566BC;
}
.AnyTagClassName
{
color: #F566BC;
}
</style>
background-color css
<style>
a { background-color: #F566BC; }
a { background-color: rgb(245,102,188); }
div.DivClassName
{
background-color: #F566BC;
}
.BgClassName
{
background-color: #F566BC;
}
</style>
border-color css
<style>
span { border-color: #F566BC; }
span { border-color: rgb(245,102,188); }
td.TdClassName
{
border-color: #F566BC;
}
.TagClassName
{
border-color: #F566BC;
}
</style>