Shades of Violet #F18DEA
Tints of Violet #F18DEA
RGB
CMYK
RGB Variations
Color information
#F18DEA (or 0xF18DEA) is known color: Violet. HEX triplet: F1, 8D and EA. RGB value is (241,141,234). Sum of RGB (Red+Green+Blue) = 241+141+234=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DEA is #0E7215. Grayscale: #B5B5B5. Windows color (decimal): -946710 or 15371761. OLE color: 15371761.
HSL color Cylindrical-coordinate representation of color #F18DEA: hue angle of 304.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DEA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 234 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.05 |
| HSL | 304.2º | 0.78% | 0.75% | - |
| HSV(B) | 304.2º | 0.41% | 0.95% | - |
| XYZ | 60.65 | 43.69 | 83.08 | - |
| YUV | 181.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 234 | 0 | 0.41 | 0.03 | 0.05 | 304.2 | 0.78 | 0.75 |
| Hex | F1 | 8D | EA | 0 | 29 | 3 | 5 | 130 | 4E | 4B |
| Octal | 361 | 215 | 352 | 0 | 51 | 3 | 5 | 460 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11101010 | 0 | 101001 | 11 | 101 | 100110000 | 1001110 | 1001011 |
Color Harmonies of #F18DEA
Complementary color
Monochromatic Colors of #F18DEA
Black with #F18DEA
Text Example
Text Example
White with #F18DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DEA; }
p { color: rgb(241,141,234); }
H1.HeaderClassName
{
color: #F18DEA;
}
.AnyTagClassName
{
color: #F18DEA;
}
</style>
background-color css
<style>
a { background-color: #F18DEA; }
a { background-color: rgb(241,141,234); }
div.DivClassName
{
background-color: #F18DEA;
}
.BgClassName
{
background-color: #F18DEA;
}
</style>
border-color css
<style>
span { border-color: #F18DEA; }
span { border-color: rgb(241,141,234); }
td.TdClassName
{
border-color: #F18DEA;
}
.TagClassName
{
border-color: #F18DEA;
}
</style>