Shades of Violet #F574EE
Tints of Violet #F574EE
RGB
CMYK
RGB Variations
Color information
#F574EE (or 0xF574EE) is known color: Violet. HEX triplet: F5, 74 and EE. RGB value is (245,116,238). Sum of RGB (Red+Green+Blue) = 245+116+238=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 116 (45.70% from 255 or 19.37% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F574EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F574EE is #0A8B11. Grayscale: #A8A8A8. Windows color (decimal): -690962 or 15627509. OLE color: 15627509.
HSL color Cylindrical-coordinate representation of color #F574EE: hue angle of 303.26º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F574EE is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 238 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.04 |
| HSL | 303.26º | 0.87% | 0.71% | - |
| HSV(B) | 303.26º | 0.53% | 0.96% | - |
| XYZ | 59.33 | 38.08 | 85.11 | - |
| YUV | 168.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 238 | 0 | 0.53 | 0.03 | 0.04 | 303.26 | 0.87 | 0.71 |
| Hex | F5 | 74 | EE | 0 | 35 | 3 | 4 | 12F | 57 | 47 |
| Octal | 365 | 164 | 356 | 0 | 65 | 3 | 4 | 457 | 127 | 107 |
| Binary | 11110101 | 1110100 | 11101110 | 0 | 110101 | 11 | 100 | 100101111 | 1010111 | 1000111 |
Color Harmonies of #F574EE
Complementary color
Monochromatic Colors of #F574EE
Black with #F574EE
Text Example
Text Example
White with #F574EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F574EE; }
p { color: rgb(245,116,238); }
H1.HeaderClassName
{
color: #F574EE;
}
.AnyTagClassName
{
color: #F574EE;
}
</style>
background-color css
<style>
a { background-color: #F574EE; }
a { background-color: rgb(245,116,238); }
div.DivClassName
{
background-color: #F574EE;
}
.BgClassName
{
background-color: #F574EE;
}
</style>
border-color css
<style>
span { border-color: #F574EE; }
span { border-color: rgb(245,116,238); }
td.TdClassName
{
border-color: #F574EE;
}
.TagClassName
{
border-color: #F574EE;
}
</style>