Shades of Hot Pink #F567BC
Tints of Hot Pink #F567BC
RGB
CMYK
RGB Variations
Color information
#F567BC (or 0xF567BC) is known color: Hot Pink. HEX triplet: F5, 67 and BC. RGB value is (245,103,188). Sum of RGB (Red+Green+Blue) = 245+103+188=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F567BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F567BC is #0A9843. Grayscale: #9A9A9A. Windows color (decimal): -694340 or 12347381. OLE color: 12347381.
HSL color Cylindrical-coordinate representation of color #F567BC: hue angle of 324.08º 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 #F567BC is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 188 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.04 |
| HSL | 324.08º | 0.88% | 0.68% | - |
| HSV(B) | 324.08º | 0.58% | 0.96% | - |
| XYZ | 51.58 | 32.74 | 51.18 | - |
| YUV | 155.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 188 | 0 | 0.58 | 0.23 | 0.04 | 324.08 | 0.88 | 0.68 |
| Hex | F5 | 67 | BC | 0 | 3A | 17 | 4 | 144 | 58 | 44 |
| Octal | 365 | 147 | 274 | 0 | 72 | 27 | 4 | 504 | 130 | 104 |
| Binary | 11110101 | 1100111 | 10111100 | 0 | 111010 | 10111 | 100 | 101000100 | 1011000 | 1000100 |
Color Harmonies of #F567BC
Complementary color
Monochromatic Colors of #F567BC
Black with #F567BC
Text Example
Text Example
White with #F567BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F567BC; }
p { color: rgb(245,103,188); }
H1.HeaderClassName
{
color: #F567BC;
}
.AnyTagClassName
{
color: #F567BC;
}
</style>
background-color css
<style>
a { background-color: #F567BC; }
a { background-color: rgb(245,103,188); }
div.DivClassName
{
background-color: #F567BC;
}
.BgClassName
{
background-color: #F567BC;
}
</style>
border-color css
<style>
span { border-color: #F567BC; }
span { border-color: rgb(245,103,188); }
td.TdClassName
{
border-color: #F567BC;
}
.TagClassName
{
border-color: #F567BC;
}
</style>