Shades of Violet #F27CEC
Tints of Violet #F27CEC
RGB
CMYK
RGB Variations
Color information
#F27CEC (or 0xF27CEC) is known color: Violet. HEX triplet: F2, 7C and EC. RGB value is (242,124,236). Sum of RGB (Red+Green+Blue) = 242+124+236=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 124 (48.83% from 255 or 20.60% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CEC is #0D8313. Grayscale: #ABABAB. Windows color (decimal): -885524 or 15498482. OLE color: 15498482.
HSL color Cylindrical-coordinate representation of color #F27CEC: hue angle of 303.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CEC is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 236 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.05 |
| HSL | 303.05º | 0.82% | 0.72% | - |
| HSV(B) | 303.05º | 0.49% | 0.95% | - |
| XYZ | 58.97 | 39.35 | 83.84 | - |
| YUV | 172.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 236 | 0 | 0.49 | 0.02 | 0.05 | 303.05 | 0.82 | 0.72 |
| Hex | F2 | 7C | EC | 0 | 31 | 2 | 5 | 12F | 52 | 48 |
| Octal | 362 | 174 | 354 | 0 | 61 | 2 | 5 | 457 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11101100 | 0 | 110001 | 10 | 101 | 100101111 | 1010010 | 1001000 |
Color Harmonies of #F27CEC
Complementary color
Monochromatic Colors of #F27CEC
Black with #F27CEC
Text Example
Text Example
White with #F27CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CEC; }
p { color: rgb(242,124,236); }
H1.HeaderClassName
{
color: #F27CEC;
}
.AnyTagClassName
{
color: #F27CEC;
}
</style>
background-color css
<style>
a { background-color: #F27CEC; }
a { background-color: rgb(242,124,236); }
div.DivClassName
{
background-color: #F27CEC;
}
.BgClassName
{
background-color: #F27CEC;
}
</style>
border-color css
<style>
span { border-color: #F27CEC; }
span { border-color: rgb(242,124,236); }
td.TdClassName
{
border-color: #F27CEC;
}
.TagClassName
{
border-color: #F27CEC;
}
</style>