Shades of Violet #F58AFA
Tints of Violet #F58AFA
RGB
CMYK
RGB Variations
Color information
#F58AFA (or 0xF58AFA) is known color: Violet. HEX triplet: F5, 8A and FA. RGB value is (245,138,250). Sum of RGB (Red+Green+Blue) = 245+138+250=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #F58AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AFA is #0A7505. Grayscale: #B6B6B6. Windows color (decimal): -685318 or 16419573. OLE color: 16419573.
HSL color Cylindrical-coordinate representation of color #F58AFA: hue angle of 297.32º degrees, saturation: 0.92, 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 #F58AFA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 138 | 250 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.02 |
| HSL | 297.32º | 0.92% | 0.76% | - |
| HSV(B) | 297.32º | 0.45% | 0.98% | - |
| XYZ | 64 | 44.49 | 95.66 | - |
| YUV | 182.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 250 | 0.02 | 0.45 | 0 | 0.02 | 297.32 | 0.92 | 0.76 |
| Hex | F5 | 8A | FA | 2 | 2D | 0 | 2 | 129 | 5C | 4C |
| Octal | 365 | 212 | 372 | 2 | 55 | 0 | 2 | 451 | 134 | 114 |
| Binary | 11110101 | 10001010 | 11111010 | 10 | 101101 | 0 | 10 | 100101001 | 1011100 | 1001100 |
Color Harmonies of #F58AFA
Complementary color
Monochromatic Colors of #F58AFA
Black with #F58AFA
Text Example
Text Example
White with #F58AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AFA; }
p { color: rgb(245,138,250); }
H1.HeaderClassName
{
color: #F58AFA;
}
.AnyTagClassName
{
color: #F58AFA;
}
</style>
background-color css
<style>
a { background-color: #F58AFA; }
a { background-color: rgb(245,138,250); }
div.DivClassName
{
background-color: #F58AFA;
}
.BgClassName
{
background-color: #F58AFA;
}
</style>
border-color css
<style>
span { border-color: #F58AFA; }
span { border-color: rgb(245,138,250); }
td.TdClassName
{
border-color: #F58AFA;
}
.TagClassName
{
border-color: #F58AFA;
}
</style>