Shades of Violet #F18EFB
Tints of Violet #F18EFB
RGB
CMYK
RGB Variations
Color information
#F18EFB (or 0xF18EFB) is known color: Violet. HEX triplet: F1, 8E and FB. RGB value is (241,142,251). Sum of RGB (Red+Green+Blue) = 241+142+251=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 142 (55.86% from 255 or 22.40% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #F18EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18EFB is #0E7104. Grayscale: #B7B7B7. Windows color (decimal): -946437 or 16486129. OLE color: 16486129.
HSL color Cylindrical-coordinate representation of color #F18EFB: hue angle of 294.5º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18EFB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 142 | 251 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.02 |
| HSL | 294.5º | 0.93% | 0.77% | - |
| HSV(B) | 294.5º | 0.43% | 0.98% | - |
| XYZ | 63.36 | 45.01 | 96.62 | - |
| YUV | 184.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 251 | 0.04 | 0.43 | 0 | 0.02 | 294.5 | 0.93 | 0.77 |
| Hex | F1 | 8E | FB | 4 | 2B | 0 | 2 | 126 | 5D | 4D |
| Octal | 361 | 216 | 373 | 4 | 53 | 0 | 2 | 446 | 135 | 115 |
| Binary | 11110001 | 10001110 | 11111011 | 100 | 101011 | 0 | 10 | 100100110 | 1011101 | 1001101 |
Color Harmonies of #F18EFB
Complementary color
Monochromatic Colors of #F18EFB
Black with #F18EFB
Text Example
Text Example
White with #F18EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18EFB; }
p { color: rgb(241,142,251); }
H1.HeaderClassName
{
color: #F18EFB;
}
.AnyTagClassName
{
color: #F18EFB;
}
</style>
background-color css
<style>
a { background-color: #F18EFB; }
a { background-color: rgb(241,142,251); }
div.DivClassName
{
background-color: #F18EFB;
}
.BgClassName
{
background-color: #F18EFB;
}
</style>
border-color css
<style>
span { border-color: #F18EFB; }
span { border-color: rgb(241,142,251); }
td.TdClassName
{
border-color: #F18EFB;
}
.TagClassName
{
border-color: #F18EFB;
}
</style>