Shades of Hot Pink #F575B0
Tints of Hot Pink #F575B0
RGB
CMYK
RGB Variations
Color information
#F575B0 (or 0xF575B0) is known color: Hot Pink. HEX triplet: F5, 75 and B0. RGB value is (245,117,176). Sum of RGB (Red+Green+Blue) = 245+117+176=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F575B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F575B0 is #0A8A4F. Grayscale: #A1A1A1. Windows color (decimal): -690768 or 11564533. OLE color: 11564533.
HSL color Cylindrical-coordinate representation of color #F575B0: hue angle of 332.34º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575B0 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 176 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.04 |
| HSL | 332.34º | 0.86% | 0.71% | - |
| HSV(B) | 332.34º | 0.52% | 0.96% | - |
| XYZ | 51.85 | 35.27 | 45.15 | - |
| YUV | 162 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 176 | 0 | 0.52 | 0.28 | 0.04 | 332.34 | 0.86 | 0.71 |
| Hex | F5 | 75 | B0 | 0 | 34 | 1C | 4 | 14C | 56 | 47 |
| Octal | 365 | 165 | 260 | 0 | 64 | 34 | 4 | 514 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10110000 | 0 | 110100 | 11100 | 100 | 101001100 | 1010110 | 1000111 |
Color Harmonies of #F575B0
Complementary color
Monochromatic Colors of #F575B0
Black with #F575B0
Text Example
Text Example
White with #F575B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575B0; }
p { color: rgb(245,117,176); }
H1.HeaderClassName
{
color: #F575B0;
}
.AnyTagClassName
{
color: #F575B0;
}
</style>
background-color css
<style>
a { background-color: #F575B0; }
a { background-color: rgb(245,117,176); }
div.DivClassName
{
background-color: #F575B0;
}
.BgClassName
{
background-color: #F575B0;
}
</style>
border-color css
<style>
span { border-color: #F575B0; }
span { border-color: rgb(245,117,176); }
td.TdClassName
{
border-color: #F575B0;
}
.TagClassName
{
border-color: #F575B0;
}
</style>