Shades of Fuchsia Pink #F586FF
Tints of Fuchsia Pink #F586FF
RGB
CMYK
RGB Variations
Color information
#F586FF (or 0xF586FF) is known color: Fuchsia Pink. HEX triplet: F5, 86 and FF. RGB value is (245,134,255). Sum of RGB (Red+Green+Blue) = 245+134+255=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 134 (52.73% from 255 or 21.14% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #F586FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F586FF is #0A7900. Grayscale: #B4B4B4. Windows color (decimal): -686337 or 16746229. OLE color: 16746229.
HSL color Cylindrical-coordinate representation of color #F586FF: hue angle of 295.04º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F586FF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 134 | 255 | - |
| CMYK | 0.04 | 0.47 | 0 | 0 |
| HSL | 295.04º | 1% | 0.76% | - |
| HSV(B) | 295.04º | 0.47% | 1% | - |
| XYZ | 64.23 | 43.68 | 99.65 | - |
| YUV | 180.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 255 | 0.04 | 0.47 | 0 | 0 | 295.04 | 1 | 0.76 |
| Hex | F5 | 86 | FF | 4 | 2F | 0 | 0 | 127 | 64 | 4C |
| Octal | 365 | 206 | 377 | 4 | 57 | 0 | 0 | 447 | 144 | 114 |
| Binary | 11110101 | 10000110 | 11111111 | 100 | 101111 | 0 | 0 | 100100111 | 1100100 | 1001100 |
Color Harmonies of #F586FF
Complementary color
Monochromatic Colors of #F586FF
Black with #F586FF
Text Example
Text Example
White with #F586FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F586FF; }
p { color: rgb(245,134,255); }
H1.HeaderClassName
{
color: #F586FF;
}
.AnyTagClassName
{
color: #F586FF;
}
</style>
background-color css
<style>
a { background-color: #F586FF; }
a { background-color: rgb(245,134,255); }
div.DivClassName
{
background-color: #F586FF;
}
.BgClassName
{
background-color: #F586FF;
}
</style>
border-color css
<style>
span { border-color: #F586FF; }
span { border-color: rgb(245,134,255); }
td.TdClassName
{
border-color: #F586FF;
}
.TagClassName
{
border-color: #F586FF;
}
</style>