Shades of Hot Pink #F565BC
Tints of Hot Pink #F565BC
RGB
CMYK
RGB Variations
Color information
#F565BC (or 0xF565BC) is known color: Hot Pink. HEX triplet: F5, 65 and BC. RGB value is (245,101,188). Sum of RGB (Red+Green+Blue) = 245+101+188=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F565BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565BC is #0A9A43. Grayscale: #999999. Windows color (decimal): -694852 or 12346869. OLE color: 12346869.
HSL color Cylindrical-coordinate representation of color #F565BC: hue angle of 323.75º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565BC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 188 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.04 |
| HSL | 323.75º | 0.88% | 0.68% | - |
| HSV(B) | 323.75º | 0.59% | 0.96% | - |
| XYZ | 51.39 | 32.35 | 51.11 | - |
| YUV | 153.97 | 147.21 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 188 | 0 | 0.59 | 0.23 | 0.04 | 323.75 | 0.88 | 0.68 |
| Hex | F5 | 65 | BC | 0 | 3B | 17 | 4 | 144 | 58 | 44 |
| Octal | 365 | 145 | 274 | 0 | 73 | 27 | 4 | 504 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10111100 | 0 | 111011 | 10111 | 100 | 101000100 | 1011000 | 1000100 |
Color Harmonies of #F565BC
Complementary color
Monochromatic Colors of #F565BC
Black with #F565BC
Text Example
Text Example
White with #F565BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565BC; }
p { color: rgb(245,101,188); }
H1.HeaderClassName
{
color: #F565BC;
}
.AnyTagClassName
{
color: #F565BC;
}
</style>
background-color css
<style>
a { background-color: #F565BC; }
a { background-color: rgb(245,101,188); }
div.DivClassName
{
background-color: #F565BC;
}
.BgClassName
{
background-color: #F565BC;
}
</style>
border-color css
<style>
span { border-color: #F565BC; }
span { border-color: rgb(245,101,188); }
td.TdClassName
{
border-color: #F565BC;
}
.TagClassName
{
border-color: #F565BC;
}
</style>