Shades of Violet #F585F9
Tints of Violet #F585F9
RGB
CMYK
RGB Variations
Color information
#F585F9 (or 0xF585F9) is known color: Violet. HEX triplet: F5, 85 and F9. RGB value is (245,133,249). Sum of RGB (Red+Green+Blue) = 245+133+249=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #F585F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F585F9 is #0A7A06. Grayscale: #B3B3B3. Windows color (decimal): -686599 or 16352757. OLE color: 16352757.
HSL color Cylindrical-coordinate representation of color #F585F9: hue angle of 297.93º degrees, saturation: 0.91, 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 #F585F9 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 133 | 249 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.02 |
| HSL | 297.93º | 0.91% | 0.75% | - |
| HSV(B) | 297.93º | 0.47% | 0.98% | - |
| XYZ | 63.14 | 43.03 | 94.6 | - |
| YUV | 179.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 249 | 0.02 | 0.47 | 0 | 0.02 | 297.93 | 0.91 | 0.75 |
| Hex | F5 | 85 | F9 | 2 | 2F | 0 | 2 | 12A | 5B | 4B |
| Octal | 365 | 205 | 371 | 2 | 57 | 0 | 2 | 452 | 133 | 113 |
| Binary | 11110101 | 10000101 | 11111001 | 10 | 101111 | 0 | 10 | 100101010 | 1011011 | 1001011 |
Color Harmonies of #F585F9
Complementary color
Monochromatic Colors of #F585F9
Black with #F585F9
Text Example
Text Example
White with #F585F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585F9; }
p { color: rgb(245,133,249); }
H1.HeaderClassName
{
color: #F585F9;
}
.AnyTagClassName
{
color: #F585F9;
}
</style>
background-color css
<style>
a { background-color: #F585F9; }
a { background-color: rgb(245,133,249); }
div.DivClassName
{
background-color: #F585F9;
}
.BgClassName
{
background-color: #F585F9;
}
</style>
border-color css
<style>
span { border-color: #F585F9; }
span { border-color: rgb(245,133,249); }
td.TdClassName
{
border-color: #F585F9;
}
.TagClassName
{
border-color: #F585F9;
}
</style>