Shades of Fuchsia Pink #F576FE
Tints of Fuchsia Pink #F576FE
RGB
CMYK
RGB Variations
Color information
#F576FE (or 0xF576FE) is known color: Fuchsia Pink. HEX triplet: F5, 76 and FE. RGB value is (245,118,254). Sum of RGB (Red+Green+Blue) = 245+118+254=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 118 (46.48% from 255 or 19.12% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #F576FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F576FE is #0A8901. Grayscale: #ABABAB. Windows color (decimal): -690434 or 16676597. OLE color: 16676597.
HSL color Cylindrical-coordinate representation of color #F576FE: hue angle of 296.03º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F576FE is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 118 | 254 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.00 |
| HSL | 296.03º | 0.99% | 0.73% | - |
| HSV(B) | 296.03º | 0.54% | 1% | - |
| XYZ | 62.02 | 39.53 | 98.13 | - |
| YUV | 171.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 254 | 0.04 | 0.54 | 0 | 0.00 | 296.03 | 0.99 | 0.73 |
| Hex | F5 | 76 | FE | 4 | 36 | 0 | 0 | 128 | 63 | 49 |
| Octal | 365 | 166 | 376 | 4 | 66 | 0 | 0 | 450 | 143 | 111 |
| Binary | 11110101 | 1110110 | 11111110 | 100 | 110110 | 0 | 0 | 100101000 | 1100011 | 1001001 |
Color Harmonies of #F576FE
Complementary color
Monochromatic Colors of #F576FE
Black with #F576FE
Text Example
Text Example
White with #F576FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576FE; }
p { color: rgb(245,118,254); }
H1.HeaderClassName
{
color: #F576FE;
}
.AnyTagClassName
{
color: #F576FE;
}
</style>
background-color css
<style>
a { background-color: #F576FE; }
a { background-color: rgb(245,118,254); }
div.DivClassName
{
background-color: #F576FE;
}
.BgClassName
{
background-color: #F576FE;
}
</style>
border-color css
<style>
span { border-color: #F576FE; }
span { border-color: rgb(245,118,254); }
td.TdClassName
{
border-color: #F576FE;
}
.TagClassName
{
border-color: #F576FE;
}
</style>