Shades of Violet #F27DEC
Tints of Violet #F27DEC
RGB
CMYK
RGB Variations
Color information
#F27DEC (or 0xF27DEC) is known color: Violet. HEX triplet: F2, 7D and EC. RGB value is (242,125,236). Sum of RGB (Red+Green+Blue) = 242+125+236=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 125 (49.22% from 255 or 20.73% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27DEC is #0D8213. Grayscale: #ACACAC. Windows color (decimal): -885268 or 15498738. OLE color: 15498738.
HSL color Cylindrical-coordinate representation of color #F27DEC: hue angle of 303.08º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DEC is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 236 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.05 |
| HSL | 303.08º | 0.82% | 0.72% | - |
| HSV(B) | 303.08º | 0.48% | 0.95% | - |
| XYZ | 59.09 | 39.6 | 83.89 | - |
| YUV | 172.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 236 | 0 | 0.48 | 0.02 | 0.05 | 303.08 | 0.82 | 0.72 |
| Hex | F2 | 7D | EC | 0 | 30 | 2 | 5 | 12F | 52 | 48 |
| Octal | 362 | 175 | 354 | 0 | 60 | 2 | 5 | 457 | 122 | 110 |
| Binary | 11110010 | 1111101 | 11101100 | 0 | 110000 | 10 | 101 | 100101111 | 1010010 | 1001000 |
Color Harmonies of #F27DEC
Complementary color
Monochromatic Colors of #F27DEC
Black with #F27DEC
Text Example
Text Example
White with #F27DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DEC; }
p { color: rgb(242,125,236); }
H1.HeaderClassName
{
color: #F27DEC;
}
.AnyTagClassName
{
color: #F27DEC;
}
</style>
background-color css
<style>
a { background-color: #F27DEC; }
a { background-color: rgb(242,125,236); }
div.DivClassName
{
background-color: #F27DEC;
}
.BgClassName
{
background-color: #F27DEC;
}
</style>
border-color css
<style>
span { border-color: #F27DEC; }
span { border-color: rgb(242,125,236); }
td.TdClassName
{
border-color: #F27DEC;
}
.TagClassName
{
border-color: #F27DEC;
}
</style>