Shades of Violet #F58AF9
Tints of Violet #F58AF9
RGB
CMYK
RGB Variations
Color information
#F58AF9 (or 0xF58AF9) is known color: Violet. HEX triplet: F5, 8A and F9. RGB value is (245,138,249). Sum of RGB (Red+Green+Blue) = 245+138+249=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 138 (54.30% from 255 or 21.84% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #F58AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AF9 is #0A7506. Grayscale: #B6B6B6. Windows color (decimal): -685319 or 16354037. OLE color: 16354037.
HSL color Cylindrical-coordinate representation of color #F58AF9: hue angle of 297.84º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58AF9 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 138 | 249 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.02 |
| HSL | 297.84º | 0.9% | 0.76% | - |
| HSV(B) | 297.84º | 0.45% | 0.98% | - |
| XYZ | 63.84 | 44.43 | 94.83 | - |
| YUV | 182.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 249 | 0.02 | 0.45 | 0 | 0.02 | 297.84 | 0.9 | 0.76 |
| Hex | F5 | 8A | F9 | 2 | 2D | 0 | 2 | 12A | 5A | 4C |
| Octal | 365 | 212 | 371 | 2 | 55 | 0 | 2 | 452 | 132 | 114 |
| Binary | 11110101 | 10001010 | 11111001 | 10 | 101101 | 0 | 10 | 100101010 | 1011010 | 1001100 |
Color Harmonies of #F58AF9
Complementary color
Monochromatic Colors of #F58AF9
Black with #F58AF9
Text Example
Text Example
White with #F58AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AF9; }
p { color: rgb(245,138,249); }
H1.HeaderClassName
{
color: #F58AF9;
}
.AnyTagClassName
{
color: #F58AF9;
}
</style>
background-color css
<style>
a { background-color: #F58AF9; }
a { background-color: rgb(245,138,249); }
div.DivClassName
{
background-color: #F58AF9;
}
.BgClassName
{
background-color: #F58AF9;
}
</style>
border-color css
<style>
span { border-color: #F58AF9; }
span { border-color: rgb(245,138,249); }
td.TdClassName
{
border-color: #F58AF9;
}
.TagClassName
{
border-color: #F58AF9;
}
</style>