Shades of Fuchsia Pink #F579FF
Tints of Fuchsia Pink #F579FF
RGB
CMYK
RGB Variations
Color information
#F579FF (or 0xF579FF) is known color: Fuchsia Pink. HEX triplet: F5, 79 and FF. RGB value is (245,121,255). Sum of RGB (Red+Green+Blue) = 245+121+255=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 121 (47.66% from 255 or 19.48% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #F579FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F579FF is #0A8600. Grayscale: #ACACAC. Windows color (decimal): -689665 or 16742901. OLE color: 16742901.
HSL color Cylindrical-coordinate representation of color #F579FF: hue angle of 295.52º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F579FF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 121 | 255 | - |
| CMYK | 0.04 | 0.53 | 0 | 0 |
| HSL | 295.52º | 1% | 0.74% | - |
| HSV(B) | 295.52º | 0.53% | 1% | - |
| XYZ | 62.54 | 40.31 | 99.09 | - |
| YUV | 173.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 255 | 0.04 | 0.53 | 0 | 0 | 295.52 | 1 | 0.74 |
| Hex | F5 | 79 | FF | 4 | 35 | 0 | 0 | 128 | 64 | 4A |
| Octal | 365 | 171 | 377 | 4 | 65 | 0 | 0 | 450 | 144 | 112 |
| Binary | 11110101 | 1111001 | 11111111 | 100 | 110101 | 0 | 0 | 100101000 | 1100100 | 1001010 |
Color Harmonies of #F579FF
Complementary color
Monochromatic Colors of #F579FF
Black with #F579FF
Text Example
Text Example
White with #F579FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579FF; }
p { color: rgb(245,121,255); }
H1.HeaderClassName
{
color: #F579FF;
}
.AnyTagClassName
{
color: #F579FF;
}
</style>
background-color css
<style>
a { background-color: #F579FF; }
a { background-color: rgb(245,121,255); }
div.DivClassName
{
background-color: #F579FF;
}
.BgClassName
{
background-color: #F579FF;
}
</style>
border-color css
<style>
span { border-color: #F579FF; }
span { border-color: rgb(245,121,255); }
td.TdClassName
{
border-color: #F579FF;
}
.TagClassName
{
border-color: #F579FF;
}
</style>