Shades of Fuchsia Pink #F573F7
Tints of Fuchsia Pink #F573F7
RGB
CMYK
RGB Variations
Color information
#F573F7 (or 0xF573F7) is known color: Fuchsia Pink. HEX triplet: F5, 73 and F7. RGB value is (245,115,247). Sum of RGB (Red+Green+Blue) = 245+115+247=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 115 (45.31% from 255 or 18.95% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #F573F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F573F7 is #0A8C08. Grayscale: #A8A8A8. Windows color (decimal): -691209 or 16217077. OLE color: 16217077.
HSL color Cylindrical-coordinate representation of color #F573F7: hue angle of 299.09º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573F7 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 115 | 247 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.03 |
| HSL | 299.09º | 0.89% | 0.71% | - |
| HSV(B) | 299.09º | 0.53% | 0.97% | - |
| XYZ | 60.58 | 38.39 | 92.21 | - |
| YUV | 168.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 247 | 0.01 | 0.53 | 0 | 0.03 | 299.09 | 0.89 | 0.71 |
| Hex | F5 | 73 | F7 | 1 | 35 | 0 | 3 | 12B | 59 | 47 |
| Octal | 365 | 163 | 367 | 1 | 65 | 0 | 3 | 453 | 131 | 107 |
| Binary | 11110101 | 1110011 | 11110111 | 1 | 110101 | 0 | 11 | 100101011 | 1011001 | 1000111 |
Color Harmonies of #F573F7
Complementary color
Monochromatic Colors of #F573F7
Black with #F573F7
Text Example
Text Example
White with #F573F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573F7; }
p { color: rgb(245,115,247); }
H1.HeaderClassName
{
color: #F573F7;
}
.AnyTagClassName
{
color: #F573F7;
}
</style>
background-color css
<style>
a { background-color: #F573F7; }
a { background-color: rgb(245,115,247); }
div.DivClassName
{
background-color: #F573F7;
}
.BgClassName
{
background-color: #F573F7;
}
</style>
border-color css
<style>
span { border-color: #F573F7; }
span { border-color: rgb(245,115,247); }
td.TdClassName
{
border-color: #F573F7;
}
.TagClassName
{
border-color: #F573F7;
}
</style>