Shades of Fuchsia Pink #F574F7
Tints of Fuchsia Pink #F574F7
RGB
CMYK
RGB Variations
Color information
#F574F7 (or 0xF574F7) is known color: Fuchsia Pink. HEX triplet: F5, 74 and F7. RGB value is (245,116,247). Sum of RGB (Red+Green+Blue) = 245+116+247=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 116 (45.70% from 255 or 19.08% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #F574F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574F7 is #0A8B08. Grayscale: #A9A9A9. Windows color (decimal): -690953 or 16217333. OLE color: 16217333.
HSL color Cylindrical-coordinate representation of color #F574F7: hue angle of 299.08º 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 #F574F7 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 116 | 247 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.03 |
| HSL | 299.08º | 0.89% | 0.71% | - |
| HSV(B) | 299.08º | 0.53% | 0.97% | - |
| XYZ | 60.69 | 38.62 | 92.25 | - |
| YUV | 169.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 247 | 0.01 | 0.53 | 0 | 0.03 | 299.08 | 0.89 | 0.71 |
| Hex | F5 | 74 | F7 | 1 | 35 | 0 | 3 | 12B | 59 | 47 |
| Octal | 365 | 164 | 367 | 1 | 65 | 0 | 3 | 453 | 131 | 107 |
| Binary | 11110101 | 1110100 | 11110111 | 1 | 110101 | 0 | 11 | 100101011 | 1011001 | 1000111 |
Color Harmonies of #F574F7
Complementary color
Monochromatic Colors of #F574F7
Black with #F574F7
Text Example
Text Example
White with #F574F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574F7; }
p { color: rgb(245,116,247); }
H1.HeaderClassName
{
color: #F574F7;
}
.AnyTagClassName
{
color: #F574F7;
}
</style>
background-color css
<style>
a { background-color: #F574F7; }
a { background-color: rgb(245,116,247); }
div.DivClassName
{
background-color: #F574F7;
}
.BgClassName
{
background-color: #F574F7;
}
</style>
border-color css
<style>
span { border-color: #F574F7; }
span { border-color: rgb(245,116,247); }
td.TdClassName
{
border-color: #F574F7;
}
.TagClassName
{
border-color: #F574F7;
}
</style>