Shades of Violet #F26DE6
Tints of Violet #F26DE6
RGB
CMYK
RGB Variations
Color information
#F26DE6 (or 0xF26DE6) is known color: Violet. HEX triplet: F2, 6D and E6. RGB value is (242,109,230). Sum of RGB (Red+Green+Blue) = 242+109+230=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26DE6 is #0D9219. Grayscale: #A2A2A2. Windows color (decimal): -889370 or 15101426. OLE color: 15101426.
HSL color Cylindrical-coordinate representation of color #F26DE6: hue angle of 305.41º degrees, saturation: 0.84, 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 #F26DE6 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 230 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.05 |
| HSL | 305.41º | 0.84% | 0.69% | - |
| HSV(B) | 305.41º | 0.55% | 0.95% | - |
| XYZ | 56.37 | 35.53 | 78.75 | - |
| YUV | 162.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 230 | 0 | 0.55 | 0.05 | 0.05 | 305.41 | 0.84 | 0.69 |
| Hex | F2 | 6D | E6 | 0 | 37 | 5 | 5 | 131 | 54 | 45 |
| Octal | 362 | 155 | 346 | 0 | 67 | 5 | 5 | 461 | 124 | 105 |
| Binary | 11110010 | 1101101 | 11100110 | 0 | 110111 | 101 | 101 | 100110001 | 1010100 | 1000101 |
Color Harmonies of #F26DE6
Complementary color
Monochromatic Colors of #F26DE6
Black with #F26DE6
Text Example
Text Example
White with #F26DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DE6; }
p { color: rgb(242,109,230); }
H1.HeaderClassName
{
color: #F26DE6;
}
.AnyTagClassName
{
color: #F26DE6;
}
</style>
background-color css
<style>
a { background-color: #F26DE6; }
a { background-color: rgb(242,109,230); }
div.DivClassName
{
background-color: #F26DE6;
}
.BgClassName
{
background-color: #F26DE6;
}
</style>
border-color css
<style>
span { border-color: #F26DE6; }
span { border-color: rgb(242,109,230); }
td.TdClassName
{
border-color: #F26DE6;
}
.TagClassName
{
border-color: #F26DE6;
}
</style>