Shades of Violet #F27AED
Tints of Violet #F27AED
RGB
CMYK
RGB Variations
Color information
#F27AED (or 0xF27AED) is known color: Violet. HEX triplet: F2, 7A and ED. RGB value is (242,122,237). Sum of RGB (Red+Green+Blue) = 242+122+237=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 122 (48.05% from 255 or 20.30% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27AED is #0D8512. Grayscale: #AAAAAA. Windows color (decimal): -886035 or 15563506. OLE color: 15563506.
HSL color Cylindrical-coordinate representation of color #F27AED: hue angle of 302.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27AED is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 237 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.05 |
| HSL | 302.5º | 0.82% | 0.71% | - |
| HSV(B) | 302.5º | 0.5% | 0.95% | - |
| XYZ | 58.86 | 38.91 | 84.53 | - |
| YUV | 170.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 237 | 0 | 0.50 | 0.02 | 0.05 | 302.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | ED | 0 | 32 | 2 | 5 | 12E | 52 | 47 |
| Octal | 362 | 172 | 355 | 0 | 62 | 2 | 5 | 456 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11101101 | 0 | 110010 | 10 | 101 | 100101110 | 1010010 | 1000111 |
Color Harmonies of #F27AED
Complementary color
Monochromatic Colors of #F27AED
Black with #F27AED
Text Example
Text Example
White with #F27AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27AED; }
p { color: rgb(242,122,237); }
H1.HeaderClassName
{
color: #F27AED;
}
.AnyTagClassName
{
color: #F27AED;
}
</style>
background-color css
<style>
a { background-color: #F27AED; }
a { background-color: rgb(242,122,237); }
div.DivClassName
{
background-color: #F27AED;
}
.BgClassName
{
background-color: #F27AED;
}
</style>
border-color css
<style>
span { border-color: #F27AED; }
span { border-color: rgb(242,122,237); }
td.TdClassName
{
border-color: #F27AED;
}
.TagClassName
{
border-color: #F27AED;
}
</style>