Shades of Violet #F485EE
Tints of Violet #F485EE
RGB
CMYK
RGB Variations
Color information
#F485EE (or 0xF485EE) is known color: Violet. HEX triplet: F4, 85 and EE. RGB value is (244,133,238). Sum of RGB (Red+Green+Blue) = 244+133+238=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F485EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F485EE is #0B7A11. Grayscale: #B1B1B1. Windows color (decimal): -752146 or 15631860. OLE color: 15631860.
HSL color Cylindrical-coordinate representation of color #F485EE: hue angle of 303.24º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485EE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 238 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.04 |
| HSL | 303.24º | 0.83% | 0.74% | - |
| HSV(B) | 303.24º | 0.45% | 0.96% | - |
| XYZ | 61.13 | 42.18 | 85.81 | - |
| YUV | 178.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 238 | 0 | 0.45 | 0.02 | 0.04 | 303.24 | 0.83 | 0.74 |
| Hex | F4 | 85 | EE | 0 | 2D | 2 | 4 | 12F | 53 | 4A |
| Octal | 364 | 205 | 356 | 0 | 55 | 2 | 4 | 457 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11101110 | 0 | 101101 | 10 | 100 | 100101111 | 1010011 | 1001010 |
Color Harmonies of #F485EE
Complementary color
Monochromatic Colors of #F485EE
Black with #F485EE
Text Example
Text Example
White with #F485EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485EE; }
p { color: rgb(244,133,238); }
H1.HeaderClassName
{
color: #F485EE;
}
.AnyTagClassName
{
color: #F485EE;
}
</style>
background-color css
<style>
a { background-color: #F485EE; }
a { background-color: rgb(244,133,238); }
div.DivClassName
{
background-color: #F485EE;
}
.BgClassName
{
background-color: #F485EE;
}
</style>
border-color css
<style>
span { border-color: #F485EE; }
span { border-color: rgb(244,133,238); }
td.TdClassName
{
border-color: #F485EE;
}
.TagClassName
{
border-color: #F485EE;
}
</style>