Shades of Fuchsia Pink #F577FA
Tints of Fuchsia Pink #F577FA
RGB
CMYK
RGB Variations
Color information
#F577FA (or 0xF577FA) is known color: Fuchsia Pink. HEX triplet: F5, 77 and FA. RGB value is (245,119,250). Sum of RGB (Red+Green+Blue) = 245+119+250=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 119 (46.88% from 255 or 19.38% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #F577FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F577FA is #0A8805. Grayscale: #ABABAB. Windows color (decimal): -690182 or 16414709. OLE color: 16414709.
HSL color Cylindrical-coordinate representation of color #F577FA: hue angle of 297.71º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F577FA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 119 | 250 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.02 |
| HSL | 297.71º | 0.93% | 0.72% | - |
| HSV(B) | 297.71º | 0.52% | 0.98% | - |
| XYZ | 61.51 | 39.51 | 94.83 | - |
| YUV | 171.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 250 | 0.02 | 0.52 | 0 | 0.02 | 297.71 | 0.93 | 0.72 |
| Hex | F5 | 77 | FA | 2 | 34 | 0 | 2 | 12A | 5D | 48 |
| Octal | 365 | 167 | 372 | 2 | 64 | 0 | 2 | 452 | 135 | 110 |
| Binary | 11110101 | 1110111 | 11111010 | 10 | 110100 | 0 | 10 | 100101010 | 1011101 | 1001000 |
Color Harmonies of #F577FA
Complementary color
Monochromatic Colors of #F577FA
Black with #F577FA
Text Example
Text Example
White with #F577FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F577FA; }
p { color: rgb(245,119,250); }
H1.HeaderClassName
{
color: #F577FA;
}
.AnyTagClassName
{
color: #F577FA;
}
</style>
background-color css
<style>
a { background-color: #F577FA; }
a { background-color: rgb(245,119,250); }
div.DivClassName
{
background-color: #F577FA;
}
.BgClassName
{
background-color: #F577FA;
}
</style>
border-color css
<style>
span { border-color: #F577FA; }
span { border-color: rgb(245,119,250); }
td.TdClassName
{
border-color: #F577FA;
}
.TagClassName
{
border-color: #F577FA;
}
</style>