Shades of Violet #F26FE6
Tints of Violet #F26FE6
RGB
CMYK
RGB Variations
Color information
#F26FE6 (or 0xF26FE6) is known color: Violet. HEX triplet: F2, 6F and E6. RGB value is (242,111,230). Sum of RGB (Red+Green+Blue) = 242+111+230=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26FE6 is #0D9019. Grayscale: #A3A3A3. Windows color (decimal): -888858 or 15101938. OLE color: 15101938.
HSL color Cylindrical-coordinate representation of color #F26FE6: hue angle of 305.5º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FE6 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 230 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.05 |
| HSL | 305.5º | 0.83% | 0.69% | - |
| HSV(B) | 305.5º | 0.54% | 0.95% | - |
| XYZ | 56.59 | 35.96 | 78.82 | - |
| YUV | 163.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 230 | 0 | 0.54 | 0.05 | 0.05 | 305.5 | 0.83 | 0.69 |
| Hex | F2 | 6F | E6 | 0 | 36 | 5 | 5 | 131 | 53 | 45 |
| Octal | 362 | 157 | 346 | 0 | 66 | 5 | 5 | 461 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11100110 | 0 | 110110 | 101 | 101 | 100110001 | 1010011 | 1000101 |
Color Harmonies of #F26FE6
Complementary color
Monochromatic Colors of #F26FE6
Black with #F26FE6
Text Example
Text Example
White with #F26FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FE6; }
p { color: rgb(242,111,230); }
H1.HeaderClassName
{
color: #F26FE6;
}
.AnyTagClassName
{
color: #F26FE6;
}
</style>
background-color css
<style>
a { background-color: #F26FE6; }
a { background-color: rgb(242,111,230); }
div.DivClassName
{
background-color: #F26FE6;
}
.BgClassName
{
background-color: #F26FE6;
}
</style>
border-color css
<style>
span { border-color: #F26FE6; }
span { border-color: rgb(242,111,230); }
td.TdClassName
{
border-color: #F26FE6;
}
.TagClassName
{
border-color: #F26FE6;
}
</style>