Shades of Fuchsia Pink #F573F4
Tints of Fuchsia Pink #F573F4
RGB
CMYK
RGB Variations
Color information
#F573F4 (or 0xF573F4) is known color: Fuchsia Pink. HEX triplet: F5, 73 and F4. RGB value is (245,115,244). Sum of RGB (Red+Green+Blue) = 245+115+244=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F573F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F573F4 is #0A8C0B. Grayscale: #A8A8A8. Windows color (decimal): -691212 or 16020469. OLE color: 16020469.
HSL color Cylindrical-coordinate representation of color #F573F4: hue angle of 300.46º 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 #F573F4 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 244 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.04 |
| HSL | 300.46º | 0.87% | 0.71% | - |
| HSV(B) | 300.46º | 0.53% | 0.96% | - |
| XYZ | 60.12 | 38.21 | 89.79 | - |
| YUV | 168.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 244 | 0 | 0.53 | 0.00 | 0.04 | 300.46 | 0.87 | 0.71 |
| Hex | F5 | 73 | F4 | 0 | 35 | 0 | 4 | 12C | 57 | 47 |
| Octal | 365 | 163 | 364 | 0 | 65 | 0 | 4 | 454 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11110100 | 0 | 110101 | 0 | 100 | 100101100 | 1010111 | 1000111 |
Color Harmonies of #F573F4
Complementary color
Monochromatic Colors of #F573F4
Black with #F573F4
Text Example
Text Example
White with #F573F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573F4; }
p { color: rgb(245,115,244); }
H1.HeaderClassName
{
color: #F573F4;
}
.AnyTagClassName
{
color: #F573F4;
}
</style>
background-color css
<style>
a { background-color: #F573F4; }
a { background-color: rgb(245,115,244); }
div.DivClassName
{
background-color: #F573F4;
}
.BgClassName
{
background-color: #F573F4;
}
</style>
border-color css
<style>
span { border-color: #F573F4; }
span { border-color: rgb(245,115,244); }
td.TdClassName
{
border-color: #F573F4;
}
.TagClassName
{
border-color: #F573F4;
}
</style>