Shades of Violet #F26CEA
Tints of Violet #F26CEA
RGB
CMYK
RGB Variations
Color information
#F26CEA (or 0xF26CEA) is known color: Violet. HEX triplet: F2, 6C and EA. RGB value is (242,108,234). Sum of RGB (Red+Green+Blue) = 242+108+234=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26CEA is #0D9315. Grayscale: #A2A2A2. Windows color (decimal): -889622 or 15363314. OLE color: 15363314.
HSL color Cylindrical-coordinate representation of color #F26CEA: hue angle of 303.58º 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 #F26CEA is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 234 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.05 |
| HSL | 303.58º | 0.84% | 0.69% | - |
| HSV(B) | 303.58º | 0.55% | 0.95% | - |
| XYZ | 56.83 | 35.54 | 81.71 | - |
| YUV | 162.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 234 | 0 | 0.55 | 0.03 | 0.05 | 303.58 | 0.84 | 0.69 |
| Hex | F2 | 6C | EA | 0 | 37 | 3 | 5 | 130 | 54 | 45 |
| Octal | 362 | 154 | 352 | 0 | 67 | 3 | 5 | 460 | 124 | 105 |
| Binary | 11110010 | 1101100 | 11101010 | 0 | 110111 | 11 | 101 | 100110000 | 1010100 | 1000101 |
Color Harmonies of #F26CEA
Complementary color
Monochromatic Colors of #F26CEA
Black with #F26CEA
Text Example
Text Example
White with #F26CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CEA; }
p { color: rgb(242,108,234); }
H1.HeaderClassName
{
color: #F26CEA;
}
.AnyTagClassName
{
color: #F26CEA;
}
</style>
background-color css
<style>
a { background-color: #F26CEA; }
a { background-color: rgb(242,108,234); }
div.DivClassName
{
background-color: #F26CEA;
}
.BgClassName
{
background-color: #F26CEA;
}
</style>
border-color css
<style>
span { border-color: #F26CEA; }
span { border-color: rgb(242,108,234); }
td.TdClassName
{
border-color: #F26CEA;
}
.TagClassName
{
border-color: #F26CEA;
}
</style>