Shades of Violet #F18CEC
Tints of Violet #F18CEC
RGB
CMYK
RGB Variations
Color information
#F18CEC (or 0xF18CEC) is known color: Violet. HEX triplet: F1, 8C and EC. RGB value is (241,140,236). Sum of RGB (Red+Green+Blue) = 241+140+236=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F18CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CEC is #0E7313. Grayscale: #B4B4B4. Windows color (decimal): -946964 or 15502577. OLE color: 15502577.
HSL color Cylindrical-coordinate representation of color #F18CEC: hue angle of 302.97º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18CEC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 236 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.05 |
| HSL | 302.97º | 0.78% | 0.75% | - |
| HSV(B) | 302.97º | 0.42% | 0.95% | - |
| XYZ | 60.79 | 43.51 | 84.55 | - |
| YUV | 181.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 236 | 0 | 0.42 | 0.02 | 0.05 | 302.97 | 0.78 | 0.75 |
| Hex | F1 | 8C | EC | 0 | 2A | 2 | 5 | 12F | 4E | 4B |
| Octal | 361 | 214 | 354 | 0 | 52 | 2 | 5 | 457 | 116 | 113 |
| Binary | 11110001 | 10001100 | 11101100 | 0 | 101010 | 10 | 101 | 100101111 | 1001110 | 1001011 |
Color Harmonies of #F18CEC
Complementary color
Monochromatic Colors of #F18CEC
Black with #F18CEC
Text Example
Text Example
White with #F18CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CEC; }
p { color: rgb(241,140,236); }
H1.HeaderClassName
{
color: #F18CEC;
}
.AnyTagClassName
{
color: #F18CEC;
}
</style>
background-color css
<style>
a { background-color: #F18CEC; }
a { background-color: rgb(241,140,236); }
div.DivClassName
{
background-color: #F18CEC;
}
.BgClassName
{
background-color: #F18CEC;
}
</style>
border-color css
<style>
span { border-color: #F18CEC; }
span { border-color: rgb(241,140,236); }
td.TdClassName
{
border-color: #F18CEC;
}
.TagClassName
{
border-color: #F18CEC;
}
</style>