Shades of Violet #F58CEF
Tints of Violet #F58CEF
RGB
CMYK
RGB Variations
Color information
#F58CEF (or 0xF58CEF) is known color: Violet. HEX triplet: F5, 8C and EF. RGB value is (245,140,239). Sum of RGB (Red+Green+Blue) = 245+140+239=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 140 (55.08% from 255 or 22.44% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CEF is #0A7310. Grayscale: #B6B6B6. Windows color (decimal): -684817 or 15699189. OLE color: 15699189.
HSL color Cylindrical-coordinate representation of color #F58CEF: hue angle of 303.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CEF is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 239 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.04 |
| HSL | 303.43º | 0.84% | 0.75% | - |
| HSV(B) | 303.43º | 0.43% | 0.96% | - |
| XYZ | 62.61 | 44.4 | 86.93 | - |
| YUV | 182.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 239 | 0 | 0.43 | 0.02 | 0.04 | 303.43 | 0.84 | 0.75 |
| Hex | F5 | 8C | EF | 0 | 2B | 2 | 4 | 12F | 54 | 4B |
| Octal | 365 | 214 | 357 | 0 | 53 | 2 | 4 | 457 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11101111 | 0 | 101011 | 10 | 100 | 100101111 | 1010100 | 1001011 |
Color Harmonies of #F58CEF
Complementary color
Monochromatic Colors of #F58CEF
Black with #F58CEF
Text Example
Text Example
White with #F58CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CEF; }
p { color: rgb(245,140,239); }
H1.HeaderClassName
{
color: #F58CEF;
}
.AnyTagClassName
{
color: #F58CEF;
}
</style>
background-color css
<style>
a { background-color: #F58CEF; }
a { background-color: rgb(245,140,239); }
div.DivClassName
{
background-color: #F58CEF;
}
.BgClassName
{
background-color: #F58CEF;
}
</style>
border-color css
<style>
span { border-color: #F58CEF; }
span { border-color: rgb(245,140,239); }
td.TdClassName
{
border-color: #F58CEF;
}
.TagClassName
{
border-color: #F58CEF;
}
</style>