Shades of Fuchsia Pink #F574F9
Tints of Fuchsia Pink #F574F9
RGB
CMYK
RGB Variations
Color information
#F574F9 (or 0xF574F9) is known color: Fuchsia Pink. HEX triplet: F5, 74 and F9. RGB value is (245,116,249). Sum of RGB (Red+Green+Blue) = 245+116+249=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 116 (45.70% from 255 or 19.02% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #F574F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574F9 is #0A8B06. Grayscale: #A9A9A9. Windows color (decimal): -690951 or 16348405. OLE color: 16348405.
HSL color Cylindrical-coordinate representation of color #F574F9: hue angle of 298.2º degrees, saturation: 0.92, 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 #F574F9 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 116 | 249 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.02 |
| HSL | 298.2º | 0.92% | 0.72% | - |
| HSV(B) | 298.2º | 0.53% | 0.98% | - |
| XYZ | 61 | 38.74 | 93.89 | - |
| YUV | 169.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 249 | 0.02 | 0.53 | 0 | 0.02 | 298.2 | 0.92 | 0.72 |
| Hex | F5 | 74 | F9 | 2 | 35 | 0 | 2 | 12A | 5C | 48 |
| Octal | 365 | 164 | 371 | 2 | 65 | 0 | 2 | 452 | 134 | 110 |
| Binary | 11110101 | 1110100 | 11111001 | 10 | 110101 | 0 | 10 | 100101010 | 1011100 | 1001000 |
Color Harmonies of #F574F9
Complementary color
Monochromatic Colors of #F574F9
Black with #F574F9
Text Example
Text Example
White with #F574F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574F9; }
p { color: rgb(245,116,249); }
H1.HeaderClassName
{
color: #F574F9;
}
.AnyTagClassName
{
color: #F574F9;
}
</style>
background-color css
<style>
a { background-color: #F574F9; }
a { background-color: rgb(245,116,249); }
div.DivClassName
{
background-color: #F574F9;
}
.BgClassName
{
background-color: #F574F9;
}
</style>
border-color css
<style>
span { border-color: #F574F9; }
span { border-color: rgb(245,116,249); }
td.TdClassName
{
border-color: #F574F9;
}
.TagClassName
{
border-color: #F574F9;
}
</style>