Shades of Violet #F270ED
Tints of Violet #F270ED
RGB
CMYK
RGB Variations
Color information
#F270ED (or 0xF270ED) is known color: Violet. HEX triplet: F2, 70 and ED. RGB value is (242,112,237). Sum of RGB (Red+Green+Blue) = 242+112+237=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F270ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F270ED is #0D8F12. Grayscale: #A4A4A4. Windows color (decimal): -888595 or 15560946. OLE color: 15560946.
HSL color Cylindrical-coordinate representation of color #F270ED: hue angle of 302.31º 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 #F270ED is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 237 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.05 |
| HSL | 302.31º | 0.83% | 0.69% | - |
| HSV(B) | 302.31º | 0.54% | 0.95% | - |
| XYZ | 57.7 | 36.58 | 84.14 | - |
| YUV | 165.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 237 | 0 | 0.54 | 0.02 | 0.05 | 302.31 | 0.83 | 0.69 |
| Hex | F2 | 70 | ED | 0 | 36 | 2 | 5 | 12E | 53 | 45 |
| Octal | 362 | 160 | 355 | 0 | 66 | 2 | 5 | 456 | 123 | 105 |
| Binary | 11110010 | 1110000 | 11101101 | 0 | 110110 | 10 | 101 | 100101110 | 1010011 | 1000101 |
Color Harmonies of #F270ED
Complementary color
Monochromatic Colors of #F270ED
Black with #F270ED
Text Example
Text Example
White with #F270ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270ED; }
p { color: rgb(242,112,237); }
H1.HeaderClassName
{
color: #F270ED;
}
.AnyTagClassName
{
color: #F270ED;
}
</style>
background-color css
<style>
a { background-color: #F270ED; }
a { background-color: rgb(242,112,237); }
div.DivClassName
{
background-color: #F270ED;
}
.BgClassName
{
background-color: #F270ED;
}
</style>
border-color css
<style>
span { border-color: #F270ED; }
span { border-color: rgb(242,112,237); }
td.TdClassName
{
border-color: #F270ED;
}
.TagClassName
{
border-color: #F270ED;
}
</style>