Shades of Violet #F58CFC
Tints of Violet #F58CFC
RGB
CMYK
RGB Variations
Color information
#F58CFC (or 0xF58CFC) is known color: Violet. HEX triplet: F5, 8C and FC. RGB value is (245,140,252). Sum of RGB (Red+Green+Blue) = 245+140+252=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #F58CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFC is #0A7303. Grayscale: #B7B7B7. Windows color (decimal): -684804 or 16551157. OLE color: 16551157.
HSL color Cylindrical-coordinate representation of color #F58CFC: hue angle of 296.25º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58CFC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 140 | 252 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.01 |
| HSL | 296.25º | 0.95% | 0.77% | - |
| HSV(B) | 296.25º | 0.44% | 0.99% | - |
| XYZ | 64.6 | 45.2 | 97.41 | - |
| YUV | 184.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 252 | 0.03 | 0.44 | 0 | 0.01 | 296.25 | 0.95 | 0.77 |
| Hex | F5 | 8C | FC | 3 | 2C | 0 | 1 | 128 | 5F | 4D |
| Octal | 365 | 214 | 374 | 3 | 54 | 0 | 1 | 450 | 137 | 115 |
| Binary | 11110101 | 10001100 | 11111100 | 11 | 101100 | 0 | 1 | 100101000 | 1011111 | 1001101 |
Color Harmonies of #F58CFC
Complementary color
Monochromatic Colors of #F58CFC
Black with #F58CFC
Text Example
Text Example
White with #F58CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CFC; }
p { color: rgb(245,140,252); }
H1.HeaderClassName
{
color: #F58CFC;
}
.AnyTagClassName
{
color: #F58CFC;
}
</style>
background-color css
<style>
a { background-color: #F58CFC; }
a { background-color: rgb(245,140,252); }
div.DivClassName
{
background-color: #F58CFC;
}
.BgClassName
{
background-color: #F58CFC;
}
</style>
border-color css
<style>
span { border-color: #F58CFC; }
span { border-color: rgb(245,140,252); }
td.TdClassName
{
border-color: #F58CFC;
}
.TagClassName
{
border-color: #F58CFC;
}
</style>