Shades of Fuchsia Pink #F576FF
Tints of Fuchsia Pink #F576FF
RGB
CMYK
RGB Variations
Color information
#F576FF (or 0xF576FF) is known color: Fuchsia Pink. HEX triplet: F5, 76 and FF. RGB value is (245,118,255). Sum of RGB (Red+Green+Blue) = 245+118+255=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 118 (46.48% from 255 or 19.09% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #F576FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F576FF is #0A8900. Grayscale: #ABABAB. Windows color (decimal): -690433 or 16742133. OLE color: 16742133.
HSL color Cylindrical-coordinate representation of color #F576FF: hue angle of 295.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F576FF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 118 | 255 | - |
| CMYK | 0.04 | 0.54 | 0 | 0 |
| HSL | 295.62º | 1% | 0.73% | - |
| HSV(B) | 295.62º | 0.54% | 1% | - |
| XYZ | 62.18 | 39.59 | 98.97 | - |
| YUV | 171.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 255 | 0.04 | 0.54 | 0 | 0 | 295.62 | 1 | 0.73 |
| Hex | F5 | 76 | FF | 4 | 36 | 0 | 0 | 128 | 64 | 49 |
| Octal | 365 | 166 | 377 | 4 | 66 | 0 | 0 | 450 | 144 | 111 |
| Binary | 11110101 | 1110110 | 11111111 | 100 | 110110 | 0 | 0 | 100101000 | 1100100 | 1001001 |
Color Harmonies of #F576FF
Complementary color
Monochromatic Colors of #F576FF
Black with #F576FF
Text Example
Text Example
White with #F576FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F576FF; }
p { color: rgb(245,118,255); }
H1.HeaderClassName
{
color: #F576FF;
}
.AnyTagClassName
{
color: #F576FF;
}
</style>
background-color css
<style>
a { background-color: #F576FF; }
a { background-color: rgb(245,118,255); }
div.DivClassName
{
background-color: #F576FF;
}
.BgClassName
{
background-color: #F576FF;
}
</style>
border-color css
<style>
span { border-color: #F576FF; }
span { border-color: rgb(245,118,255); }
td.TdClassName
{
border-color: #F576FF;
}
.TagClassName
{
border-color: #F576FF;
}
</style>