Shades of Violet #F58CFA
Tints of Violet #F58CFA
RGB
CMYK
RGB Variations
Color information
#F58CFA (or 0xF58CFA) is known color: Violet. HEX triplet: F5, 8C and FA. RGB value is (245,140,250). Sum of RGB (Red+Green+Blue) = 245+140+250=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 140 (55.08% from 255 or 22.05% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #F58CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFA is #0A7305. Grayscale: #B7B7B7. Windows color (decimal): -684806 or 16420085. OLE color: 16420085.
HSL color Cylindrical-coordinate representation of color #F58CFA: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58CFA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 140 | 250 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 297.27º | 0.92% | 0.76% | - |
| HSV(B) | 297.27º | 0.44% | 0.98% | - |
| XYZ | 64.29 | 45.07 | 95.75 | - |
| YUV | 183.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 250 | 0.02 | 0.44 | 0 | 0.02 | 297.27 | 0.92 | 0.76 |
| Hex | F5 | 8C | FA | 2 | 2C | 0 | 2 | 129 | 5C | 4C |
| Octal | 365 | 214 | 372 | 2 | 54 | 0 | 2 | 451 | 134 | 114 |
| Binary | 11110101 | 10001100 | 11111010 | 10 | 101100 | 0 | 10 | 100101001 | 1011100 | 1001100 |
Color Harmonies of #F58CFA
Complementary color
Monochromatic Colors of #F58CFA
Black with #F58CFA
Text Example
Text Example
White with #F58CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CFA; }
p { color: rgb(245,140,250); }
H1.HeaderClassName
{
color: #F58CFA;
}
.AnyTagClassName
{
color: #F58CFA;
}
</style>
background-color css
<style>
a { background-color: #F58CFA; }
a { background-color: rgb(245,140,250); }
div.DivClassName
{
background-color: #F58CFA;
}
.BgClassName
{
background-color: #F58CFA;
}
</style>
border-color css
<style>
span { border-color: #F58CFA; }
span { border-color: rgb(245,140,250); }
td.TdClassName
{
border-color: #F58CFA;
}
.TagClassName
{
border-color: #F58CFA;
}
</style>