Shades of Fuchsia Pink #F579FB
Tints of Fuchsia Pink #F579FB
RGB
CMYK
RGB Variations
Color information
#F579FB (or 0xF579FB) is known color: Fuchsia Pink. HEX triplet: F5, 79 and FB. RGB value is (245,121,251). Sum of RGB (Red+Green+Blue) = 245+121+251=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 121 (47.66% from 255 or 19.61% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #F579FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F579FB is #0A8604. Grayscale: #ACACAC. Windows color (decimal): -689669 or 16480757. OLE color: 16480757.
HSL color Cylindrical-coordinate representation of color #F579FB: hue angle of 297.23º degrees, saturation: 0.94, 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 #F579FB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 121 | 251 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.02 |
| HSL | 297.23º | 0.94% | 0.73% | - |
| HSV(B) | 297.23º | 0.52% | 0.98% | - |
| XYZ | 61.91 | 40.05 | 95.73 | - |
| YUV | 172.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 251 | 0.02 | 0.52 | 0 | 0.02 | 297.23 | 0.94 | 0.73 |
| Hex | F5 | 79 | FB | 2 | 34 | 0 | 2 | 129 | 5E | 49 |
| Octal | 365 | 171 | 373 | 2 | 64 | 0 | 2 | 451 | 136 | 111 |
| Binary | 11110101 | 1111001 | 11111011 | 10 | 110100 | 0 | 10 | 100101001 | 1011110 | 1001001 |
Color Harmonies of #F579FB
Complementary color
Monochromatic Colors of #F579FB
Black with #F579FB
Text Example
Text Example
White with #F579FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F579FB; }
p { color: rgb(245,121,251); }
H1.HeaderClassName
{
color: #F579FB;
}
.AnyTagClassName
{
color: #F579FB;
}
</style>
background-color css
<style>
a { background-color: #F579FB; }
a { background-color: rgb(245,121,251); }
div.DivClassName
{
background-color: #F579FB;
}
.BgClassName
{
background-color: #F579FB;
}
</style>
border-color css
<style>
span { border-color: #F579FB; }
span { border-color: rgb(245,121,251); }
td.TdClassName
{
border-color: #F579FB;
}
.TagClassName
{
border-color: #F579FB;
}
</style>