Shades of Violet #F18FEE
Tints of Violet #F18FEE
RGB
CMYK
RGB Variations
Color information
#F18FEE (or 0xF18FEE) is known color: Violet. HEX triplet: F1, 8F and EE. RGB value is (241,143,238). Sum of RGB (Red+Green+Blue) = 241+143+238=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FEE is #0E7011. Grayscale: #B6B6B6. Windows color (decimal): -946194 or 15634417. OLE color: 15634417.
HSL color Cylindrical-coordinate representation of color #F18FEE: hue angle of 301.84º 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 #F18FEE is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 238 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.05 |
| HSL | 301.84º | 0.78% | 0.75% | - |
| HSV(B) | 301.84º | 0.41% | 0.95% | - |
| XYZ | 61.53 | 44.52 | 86.24 | - |
| YUV | 183.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 238 | 0 | 0.41 | 0.01 | 0.05 | 301.84 | 0.78 | 0.75 |
| Hex | F1 | 8F | EE | 0 | 29 | 1 | 5 | 12E | 4E | 4B |
| Octal | 361 | 217 | 356 | 0 | 51 | 1 | 5 | 456 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11101110 | 0 | 101001 | 1 | 101 | 100101110 | 1001110 | 1001011 |
Color Harmonies of #F18FEE
Complementary color
Monochromatic Colors of #F18FEE
Black with #F18FEE
Text Example
Text Example
White with #F18FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FEE; }
p { color: rgb(241,143,238); }
H1.HeaderClassName
{
color: #F18FEE;
}
.AnyTagClassName
{
color: #F18FEE;
}
</style>
background-color css
<style>
a { background-color: #F18FEE; }
a { background-color: rgb(241,143,238); }
div.DivClassName
{
background-color: #F18FEE;
}
.BgClassName
{
background-color: #F18FEE;
}
</style>
border-color css
<style>
span { border-color: #F18FEE; }
span { border-color: rgb(241,143,238); }
td.TdClassName
{
border-color: #F18FEE;
}
.TagClassName
{
border-color: #F18FEE;
}
</style>