Shades of Violet #F58FFA
Tints of Violet #F58FFA
RGB
CMYK
RGB Variations
Color information
#F58FFA (or 0xF58FFA) is known color: Violet. HEX triplet: F5, 8F and FA. RGB value is (245,143,250). Sum of RGB (Red+Green+Blue) = 245+143+250=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 143 (56.25% from 255 or 22.41% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #F58FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FFA is #0A7005. Grayscale: #B9B9B9. Windows color (decimal): -684038 or 16420853. OLE color: 16420853.
HSL color Cylindrical-coordinate representation of color #F58FFA: hue angle of 297.2º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58FFA is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 143 | 250 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.02 |
| HSL | 297.2º | 0.91% | 0.77% | - |
| HSV(B) | 297.2º | 0.43% | 0.98% | - |
| XYZ | 64.73 | 45.96 | 95.9 | - |
| YUV | 185.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 250 | 0.02 | 0.43 | 0 | 0.02 | 297.2 | 0.91 | 0.77 |
| Hex | F5 | 8F | FA | 2 | 2B | 0 | 2 | 129 | 5B | 4D |
| Octal | 365 | 217 | 372 | 2 | 53 | 0 | 2 | 451 | 133 | 115 |
| Binary | 11110101 | 10001111 | 11111010 | 10 | 101011 | 0 | 10 | 100101001 | 1011011 | 1001101 |
Color Harmonies of #F58FFA
Complementary color
Monochromatic Colors of #F58FFA
Black with #F58FFA
Text Example
Text Example
White with #F58FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FFA; }
p { color: rgb(245,143,250); }
H1.HeaderClassName
{
color: #F58FFA;
}
.AnyTagClassName
{
color: #F58FFA;
}
</style>
background-color css
<style>
a { background-color: #F58FFA; }
a { background-color: rgb(245,143,250); }
div.DivClassName
{
background-color: #F58FFA;
}
.BgClassName
{
background-color: #F58FFA;
}
</style>
border-color css
<style>
span { border-color: #F58FFA; }
span { border-color: rgb(245,143,250); }
td.TdClassName
{
border-color: #F58FFA;
}
.TagClassName
{
border-color: #F58FFA;
}
</style>