Shades of Fuchsia Pink #F574FA
Tints of Fuchsia Pink #F574FA
RGB
CMYK
RGB Variations
Color information
#F574FA (or 0xF574FA) is known color: Fuchsia Pink. HEX triplet: F5, 74 and FA. RGB value is (245,116,250). Sum of RGB (Red+Green+Blue) = 245+116+250=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 116 (45.70% from 255 or 18.99% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #F574FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574FA is #0A8B05. Grayscale: #A9A9A9. Windows color (decimal): -690950 or 16413941. OLE color: 16413941.
HSL color Cylindrical-coordinate representation of color #F574FA: hue angle of 297.76º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F574FA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 116 | 250 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.02 |
| HSL | 297.76º | 0.93% | 0.72% | - |
| HSV(B) | 297.76º | 0.54% | 0.98% | - |
| XYZ | 61.16 | 38.81 | 94.71 | - |
| YUV | 169.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 250 | 0.02 | 0.54 | 0 | 0.02 | 297.76 | 0.93 | 0.72 |
| Hex | F5 | 74 | FA | 2 | 36 | 0 | 2 | 12A | 5D | 48 |
| Octal | 365 | 164 | 372 | 2 | 66 | 0 | 2 | 452 | 135 | 110 |
| Binary | 11110101 | 1110100 | 11111010 | 10 | 110110 | 0 | 10 | 100101010 | 1011101 | 1001000 |
Color Harmonies of #F574FA
Complementary color
Monochromatic Colors of #F574FA
Black with #F574FA
Text Example
Text Example
White with #F574FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574FA; }
p { color: rgb(245,116,250); }
H1.HeaderClassName
{
color: #F574FA;
}
.AnyTagClassName
{
color: #F574FA;
}
</style>
background-color css
<style>
a { background-color: #F574FA; }
a { background-color: rgb(245,116,250); }
div.DivClassName
{
background-color: #F574FA;
}
.BgClassName
{
background-color: #F574FA;
}
</style>
border-color css
<style>
span { border-color: #F574FA; }
span { border-color: rgb(245,116,250); }
td.TdClassName
{
border-color: #F574FA;
}
.TagClassName
{
border-color: #F574FA;
}
</style>