Shades of Fuchsia Pink #F585FF
Tints of Fuchsia Pink #F585FF
RGB
CMYK
RGB Variations
Color information
#F585FF (or 0xF585FF) is known color: Fuchsia Pink. HEX triplet: F5, 85 and FF. RGB value is (245,133,255). Sum of RGB (Red+Green+Blue) = 245+133+255=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 133 (52.34% from 255 or 21.01% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #F585FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585FF is #0A7A00. Grayscale: #B4B4B4. Windows color (decimal): -686593 or 16745973. OLE color: 16745973.
HSL color Cylindrical-coordinate representation of color #F585FF: hue angle of 295.08º 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 #F585FF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 133 | 255 | - |
| CMYK | 0.04 | 0.48 | 0 | 0 |
| HSL | 295.08º | 1% | 0.76% | - |
| HSV(B) | 295.08º | 0.48% | 1% | - |
| XYZ | 64.09 | 43.41 | 99.61 | - |
| YUV | 180.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 255 | 0.04 | 0.48 | 0 | 0 | 295.08 | 1 | 0.76 |
| Hex | F5 | 85 | FF | 4 | 30 | 0 | 0 | 127 | 64 | 4C |
| Octal | 365 | 205 | 377 | 4 | 60 | 0 | 0 | 447 | 144 | 114 |
| Binary | 11110101 | 10000101 | 11111111 | 100 | 110000 | 0 | 0 | 100100111 | 1100100 | 1001100 |
Color Harmonies of #F585FF
Complementary color
Monochromatic Colors of #F585FF
Black with #F585FF
Text Example
Text Example
White with #F585FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585FF; }
p { color: rgb(245,133,255); }
H1.HeaderClassName
{
color: #F585FF;
}
.AnyTagClassName
{
color: #F585FF;
}
</style>
background-color css
<style>
a { background-color: #F585FF; }
a { background-color: rgb(245,133,255); }
div.DivClassName
{
background-color: #F585FF;
}
.BgClassName
{
background-color: #F585FF;
}
</style>
border-color css
<style>
span { border-color: #F585FF; }
span { border-color: rgb(245,133,255); }
td.TdClassName
{
border-color: #F585FF;
}
.TagClassName
{
border-color: #F585FF;
}
</style>