Shades of Fuchsia Pink #F575F8
Tints of Fuchsia Pink #F575F8
RGB
CMYK
RGB Variations
Color information
#F575F8 (or 0xF575F8) is known color: Fuchsia Pink. HEX triplet: F5, 75 and F8. RGB value is (245,117,248). Sum of RGB (Red+Green+Blue) = 245+117+248=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 117 (46.09% from 255 or 19.18% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #F575F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F575F8 is #0A8A07. Grayscale: #A9A9A9. Windows color (decimal): -690696 or 16283125. OLE color: 16283125.
HSL color Cylindrical-coordinate representation of color #F575F8: hue angle of 298.63º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F575F8 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 117 | 248 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.03 |
| HSL | 298.63º | 0.9% | 0.72% | - |
| HSV(B) | 298.63º | 0.53% | 0.97% | - |
| XYZ | 60.96 | 38.91 | 93.1 | - |
| YUV | 170.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 248 | 0.01 | 0.53 | 0 | 0.03 | 298.63 | 0.9 | 0.72 |
| Hex | F5 | 75 | F8 | 1 | 35 | 0 | 3 | 12B | 5A | 48 |
| Octal | 365 | 165 | 370 | 1 | 65 | 0 | 3 | 453 | 132 | 110 |
| Binary | 11110101 | 1110101 | 11111000 | 1 | 110101 | 0 | 11 | 100101011 | 1011010 | 1001000 |
Color Harmonies of #F575F8
Complementary color
Monochromatic Colors of #F575F8
Black with #F575F8
Text Example
Text Example
White with #F575F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575F8; }
p { color: rgb(245,117,248); }
H1.HeaderClassName
{
color: #F575F8;
}
.AnyTagClassName
{
color: #F575F8;
}
</style>
background-color css
<style>
a { background-color: #F575F8; }
a { background-color: rgb(245,117,248); }
div.DivClassName
{
background-color: #F575F8;
}
.BgClassName
{
background-color: #F575F8;
}
</style>
border-color css
<style>
span { border-color: #F575F8; }
span { border-color: rgb(245,117,248); }
td.TdClassName
{
border-color: #F575F8;
}
.TagClassName
{
border-color: #F575F8;
}
</style>