Shades of Violet #F58AFF
Tints of Violet #F58AFF
RGB
CMYK
RGB Variations
Color information
#F58AFF (or 0xF58AFF) is known color: Violet. HEX triplet: F5, 8A and FF. RGB value is (245,138,255). Sum of RGB (Red+Green+Blue) = 245+138+255=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 138 (54.30% from 255 or 21.63% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #F58AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AFF is #0A7500. Grayscale: #B6B6B6. Windows color (decimal): -685313 or 16747253. OLE color: 16747253.
HSL color Cylindrical-coordinate representation of color #F58AFF: hue angle of 294.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F58AFF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 138 | 255 | - |
| CMYK | 0.04 | 0.46 | 0 | 0 |
| HSL | 294.87º | 1% | 0.77% | - |
| HSV(B) | 294.87º | 0.46% | 1% | - |
| XYZ | 64.79 | 44.81 | 99.84 | - |
| YUV | 183.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 255 | 0.04 | 0.46 | 0 | 0 | 294.87 | 1 | 0.77 |
| Hex | F5 | 8A | FF | 4 | 2E | 0 | 0 | 127 | 64 | 4D |
| Octal | 365 | 212 | 377 | 4 | 56 | 0 | 0 | 447 | 144 | 115 |
| Binary | 11110101 | 10001010 | 11111111 | 100 | 101110 | 0 | 0 | 100100111 | 1100100 | 1001101 |
Color Harmonies of #F58AFF
Complementary color
Monochromatic Colors of #F58AFF
Black with #F58AFF
Text Example
Text Example
White with #F58AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AFF; }
p { color: rgb(245,138,255); }
H1.HeaderClassName
{
color: #F58AFF;
}
.AnyTagClassName
{
color: #F58AFF;
}
</style>
background-color css
<style>
a { background-color: #F58AFF; }
a { background-color: rgb(245,138,255); }
div.DivClassName
{
background-color: #F58AFF;
}
.BgClassName
{
background-color: #F58AFF;
}
</style>
border-color css
<style>
span { border-color: #F58AFF; }
span { border-color: rgb(245,138,255); }
td.TdClassName
{
border-color: #F58AFF;
}
.TagClassName
{
border-color: #F58AFF;
}
</style>