Shades of Fuchsia Pink #F584FF
Tints of Fuchsia Pink #F584FF
RGB
CMYK
RGB Variations
Color information
#F584FF (or 0xF584FF) is known color: Fuchsia Pink. HEX triplet: F5, 84 and FF. RGB value is (245,132,255). Sum of RGB (Red+Green+Blue) = 245+132+255=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 132 (51.95% from 255 or 20.89% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #F584FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F584FF is #0A7B00. Grayscale: #B3B3B3. Windows color (decimal): -686849 or 16745717. OLE color: 16745717.
HSL color Cylindrical-coordinate representation of color #F584FF: hue angle of 295.12º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F584FF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 132 | 255 | - |
| CMYK | 0.04 | 0.48 | 0 | 0 |
| HSL | 295.12º | 1% | 0.76% | - |
| HSV(B) | 295.12º | 0.48% | 1% | - |
| XYZ | 63.96 | 43.14 | 99.56 | - |
| YUV | 179.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 255 | 0.04 | 0.48 | 0 | 0 | 295.12 | 1 | 0.76 |
| Hex | F5 | 84 | FF | 4 | 30 | 0 | 0 | 127 | 64 | 4C |
| Octal | 365 | 204 | 377 | 4 | 60 | 0 | 0 | 447 | 144 | 114 |
| Binary | 11110101 | 10000100 | 11111111 | 100 | 110000 | 0 | 0 | 100100111 | 1100100 | 1001100 |
Color Harmonies of #F584FF
Complementary color
Monochromatic Colors of #F584FF
Black with #F584FF
Text Example
Text Example
White with #F584FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584FF; }
p { color: rgb(245,132,255); }
H1.HeaderClassName
{
color: #F584FF;
}
.AnyTagClassName
{
color: #F584FF;
}
</style>
background-color css
<style>
a { background-color: #F584FF; }
a { background-color: rgb(245,132,255); }
div.DivClassName
{
background-color: #F584FF;
}
.BgClassName
{
background-color: #F584FF;
}
</style>
border-color css
<style>
span { border-color: #F584FF; }
span { border-color: rgb(245,132,255); }
td.TdClassName
{
border-color: #F584FF;
}
.TagClassName
{
border-color: #F584FF;
}
</style>