Shades of Hot Pink #F574B3
Tints of Hot Pink #F574B3
RGB
CMYK
RGB Variations
Color information
#F574B3 (or 0xF574B3) is known color: Hot Pink. HEX triplet: F5, 74 and B3. RGB value is (245,116,179). Sum of RGB (Red+Green+Blue) = 245+116+179=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F574B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574B3 is #0A8B4C. Grayscale: #A1A1A1. Windows color (decimal): -691021 or 11760885. OLE color: 11760885.
HSL color Cylindrical-coordinate representation of color #F574B3: hue angle of 330.7º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574B3 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 179 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.04 |
| HSL | 330.7º | 0.87% | 0.71% | - |
| HSV(B) | 330.7º | 0.53% | 0.96% | - |
| XYZ | 52.04 | 35.16 | 46.69 | - |
| YUV | 161.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 179 | 0 | 0.53 | 0.27 | 0.04 | 330.7 | 0.87 | 0.71 |
| Hex | F5 | 74 | B3 | 0 | 35 | 1B | 4 | 14B | 57 | 47 |
| Octal | 365 | 164 | 263 | 0 | 65 | 33 | 4 | 513 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10110011 | 0 | 110101 | 11011 | 100 | 101001011 | 1010111 | 1000111 |
Color Harmonies of #F574B3
Complementary color
Monochromatic Colors of #F574B3
Black with #F574B3
Text Example
Text Example
White with #F574B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574B3; }
p { color: rgb(245,116,179); }
H1.HeaderClassName
{
color: #F574B3;
}
.AnyTagClassName
{
color: #F574B3;
}
</style>
background-color css
<style>
a { background-color: #F574B3; }
a { background-color: rgb(245,116,179); }
div.DivClassName
{
background-color: #F574B3;
}
.BgClassName
{
background-color: #F574B3;
}
</style>
border-color css
<style>
span { border-color: #F574B3; }
span { border-color: rgb(245,116,179); }
td.TdClassName
{
border-color: #F574B3;
}
.TagClassName
{
border-color: #F574B3;
}
</style>