Shades of Fuchsia Pink #F575FA
Tints of Fuchsia Pink #F575FA
RGB
CMYK
RGB Variations
Color information
#F575FA (or 0xF575FA) is known color: Fuchsia Pink. HEX triplet: F5, 75 and FA. RGB value is (245,117,250). Sum of RGB (Red+Green+Blue) = 245+117+250=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 117 (46.09% from 255 or 19.12% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #F575FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575FA is #0A8A05. Grayscale: #AAAAAA. Windows color (decimal): -690694 or 16414197. OLE color: 16414197.
HSL color Cylindrical-coordinate representation of color #F575FA: hue angle of 297.74º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F575FA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 117 | 250 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.02 |
| HSL | 297.74º | 0.93% | 0.72% | - |
| HSV(B) | 297.74º | 0.53% | 0.98% | - |
| XYZ | 61.27 | 39.04 | 94.75 | - |
| YUV | 170.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 250 | 0.02 | 0.53 | 0 | 0.02 | 297.74 | 0.93 | 0.72 |
| Hex | F5 | 75 | FA | 2 | 35 | 0 | 2 | 12A | 5D | 48 |
| Octal | 365 | 165 | 372 | 2 | 65 | 0 | 2 | 452 | 135 | 110 |
| Binary | 11110101 | 1110101 | 11111010 | 10 | 110101 | 0 | 10 | 100101010 | 1011101 | 1001000 |
Color Harmonies of #F575FA
Complementary color
Monochromatic Colors of #F575FA
Black with #F575FA
Text Example
Text Example
White with #F575FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575FA; }
p { color: rgb(245,117,250); }
H1.HeaderClassName
{
color: #F575FA;
}
.AnyTagClassName
{
color: #F575FA;
}
</style>
background-color css
<style>
a { background-color: #F575FA; }
a { background-color: rgb(245,117,250); }
div.DivClassName
{
background-color: #F575FA;
}
.BgClassName
{
background-color: #F575FA;
}
</style>
border-color css
<style>
span { border-color: #F575FA; }
span { border-color: rgb(245,117,250); }
td.TdClassName
{
border-color: #F575FA;
}
.TagClassName
{
border-color: #F575FA;
}
</style>