Shades of Fuchsia Pink #F579FA
Tints of Fuchsia Pink #F579FA
RGB
CMYK
RGB Variations
Color information
#F579FA (or 0xF579FA) is known color: Fuchsia Pink. HEX triplet: F5, 79 and FA. RGB value is (245,121,250). Sum of RGB (Red+Green+Blue) = 245+121+250=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 121 (47.66% from 255 or 19.64% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #F579FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F579FA is #0A8605. Grayscale: #ACACAC. Windows color (decimal): -689670 or 16415221. OLE color: 16415221.
HSL color Cylindrical-coordinate representation of color #F579FA: hue angle of 297.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F579FA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 121 | 250 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.02 |
| HSL | 297.67º | 0.93% | 0.73% | - |
| HSV(B) | 297.67º | 0.52% | 0.98% | - |
| XYZ | 61.75 | 39.99 | 94.91 | - |
| YUV | 172.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 250 | 0.02 | 0.52 | 0 | 0.02 | 297.67 | 0.93 | 0.73 |
| Hex | F5 | 79 | FA | 2 | 34 | 0 | 2 | 12A | 5D | 49 |
| Octal | 365 | 171 | 372 | 2 | 64 | 0 | 2 | 452 | 135 | 111 |
| Binary | 11110101 | 1111001 | 11111010 | 10 | 110100 | 0 | 10 | 100101010 | 1011101 | 1001001 |
Color Harmonies of #F579FA
Complementary color
Monochromatic Colors of #F579FA
Black with #F579FA
Text Example
Text Example
White with #F579FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579FA; }
p { color: rgb(245,121,250); }
H1.HeaderClassName
{
color: #F579FA;
}
.AnyTagClassName
{
color: #F579FA;
}
</style>
background-color css
<style>
a { background-color: #F579FA; }
a { background-color: rgb(245,121,250); }
div.DivClassName
{
background-color: #F579FA;
}
.BgClassName
{
background-color: #F579FA;
}
</style>
border-color css
<style>
span { border-color: #F579FA; }
span { border-color: rgb(245,121,250); }
td.TdClassName
{
border-color: #F579FA;
}
.TagClassName
{
border-color: #F579FA;
}
</style>