Shades of Violet #F16DEF
Tints of Violet #F16DEF
RGB
CMYK
RGB Variations
Color information
#F16DEF (or 0xF16DEF) is known color: Violet. HEX triplet: F1, 6D and EF. RGB value is (241,109,239). Sum of RGB (Red+Green+Blue) = 241+109+239=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 109 (42.97% from 255 or 18.51% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16DEF is #0E9210. Grayscale: #A2A2A2. Windows color (decimal): -954897 or 15691249. OLE color: 15691249.
HSL color Cylindrical-coordinate representation of color #F16DEF: hue angle of 300.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DEF is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 239 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.05 |
| HSL | 300.91º | 0.83% | 0.69% | - |
| HSV(B) | 300.91º | 0.55% | 0.95% | - |
| XYZ | 57.32 | 35.87 | 85.56 | - |
| YUV | 163.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 239 | 0 | 0.55 | 0.01 | 0.05 | 300.91 | 0.83 | 0.69 |
| Hex | F1 | 6D | EF | 0 | 37 | 1 | 5 | 12D | 52 | 45 |
| Octal | 361 | 155 | 357 | 0 | 67 | 1 | 5 | 455 | 122 | 105 |
| Binary | 11110001 | 1101101 | 11101111 | 0 | 110111 | 1 | 101 | 100101101 | 1010010 | 1000101 |
Color Harmonies of #F16DEF
Complementary color
Monochromatic Colors of #F16DEF
Black with #F16DEF
Text Example
Text Example
White with #F16DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DEF; }
p { color: rgb(241,109,239); }
H1.HeaderClassName
{
color: #F16DEF;
}
.AnyTagClassName
{
color: #F16DEF;
}
</style>
background-color css
<style>
a { background-color: #F16DEF; }
a { background-color: rgb(241,109,239); }
div.DivClassName
{
background-color: #F16DEF;
}
.BgClassName
{
background-color: #F16DEF;
}
</style>
border-color css
<style>
span { border-color: #F16DEF; }
span { border-color: rgb(241,109,239); }
td.TdClassName
{
border-color: #F16DEF;
}
.TagClassName
{
border-color: #F16DEF;
}
</style>