Shades of Hot Pink #F569B0
Tints of Hot Pink #F569B0
RGB
CMYK
RGB Variations
Color information
#F569B0 (or 0xF569B0) is known color: Hot Pink. HEX triplet: F5, 69 and B0. RGB value is (245,105,176). Sum of RGB (Red+Green+Blue) = 245+105+176=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F569B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F569B0 is #0A964F. Grayscale: #9A9A9A. Windows color (decimal): -693840 or 11561461. OLE color: 11561461.
HSL color Cylindrical-coordinate representation of color #F569B0: hue angle of 329.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569B0 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 176 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.04 |
| HSL | 329.57º | 0.88% | 0.69% | - |
| HSV(B) | 329.57º | 0.57% | 0.96% | - |
| XYZ | 50.54 | 32.65 | 44.71 | - |
| YUV | 154.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 176 | 0 | 0.57 | 0.28 | 0.04 | 329.57 | 0.88 | 0.69 |
| Hex | F5 | 69 | B0 | 0 | 39 | 1C | 4 | 14A | 58 | 45 |
| Octal | 365 | 151 | 260 | 0 | 71 | 34 | 4 | 512 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10110000 | 0 | 111001 | 11100 | 100 | 101001010 | 1011000 | 1000101 |
Color Harmonies of #F569B0
Complementary color
Monochromatic Colors of #F569B0
Black with #F569B0
Text Example
Text Example
White with #F569B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569B0; }
p { color: rgb(245,105,176); }
H1.HeaderClassName
{
color: #F569B0;
}
.AnyTagClassName
{
color: #F569B0;
}
</style>
background-color css
<style>
a { background-color: #F569B0; }
a { background-color: rgb(245,105,176); }
div.DivClassName
{
background-color: #F569B0;
}
.BgClassName
{
background-color: #F569B0;
}
</style>
border-color css
<style>
span { border-color: #F569B0; }
span { border-color: rgb(245,105,176); }
td.TdClassName
{
border-color: #F569B0;
}
.TagClassName
{
border-color: #F569B0;
}
</style>