Shades of Violet #F585FA
Tints of Violet #F585FA
RGB
CMYK
RGB Variations
Color information
#F585FA (or 0xF585FA) is known color: Violet. HEX triplet: F5, 85 and FA. RGB value is (245,133,250). Sum of RGB (Red+Green+Blue) = 245+133+250=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 133 (52.34% from 255 or 21.18% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #F585FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585FA is #0A7A05. Grayscale: #B3B3B3. Windows color (decimal): -686598 or 16418293. OLE color: 16418293.
HSL color Cylindrical-coordinate representation of color #F585FA: hue angle of 297.44º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F585FA is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 133 | 250 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.02 |
| HSL | 297.44º | 0.92% | 0.75% | - |
| HSV(B) | 297.44º | 0.47% | 0.98% | - |
| XYZ | 63.3 | 43.09 | 95.42 | - |
| YUV | 179.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 250 | 0.02 | 0.47 | 0 | 0.02 | 297.44 | 0.92 | 0.75 |
| Hex | F5 | 85 | FA | 2 | 2F | 0 | 2 | 129 | 5C | 4B |
| Octal | 365 | 205 | 372 | 2 | 57 | 0 | 2 | 451 | 134 | 113 |
| Binary | 11110101 | 10000101 | 11111010 | 10 | 101111 | 0 | 10 | 100101001 | 1011100 | 1001011 |
Color Harmonies of #F585FA
Complementary color
Monochromatic Colors of #F585FA
Black with #F585FA
Text Example
Text Example
White with #F585FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585FA; }
p { color: rgb(245,133,250); }
H1.HeaderClassName
{
color: #F585FA;
}
.AnyTagClassName
{
color: #F585FA;
}
</style>
background-color css
<style>
a { background-color: #F585FA; }
a { background-color: rgb(245,133,250); }
div.DivClassName
{
background-color: #F585FA;
}
.BgClassName
{
background-color: #F585FA;
}
</style>
border-color css
<style>
span { border-color: #F585FA; }
span { border-color: rgb(245,133,250); }
td.TdClassName
{
border-color: #F585FA;
}
.TagClassName
{
border-color: #F585FA;
}
</style>