Shades of Violet #F27CEF
Tints of Violet #F27CEF
RGB
CMYK
RGB Variations
Color information
#F27CEF (or 0xF27CEF) is known color: Violet. HEX triplet: F2, 7C and EF. RGB value is (242,124,239). Sum of RGB (Red+Green+Blue) = 242+124+239=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CEF is #0D8310. Grayscale: #ACACAC. Windows color (decimal): -885521 or 15695090. OLE color: 15695090.
HSL color Cylindrical-coordinate representation of color #F27CEF: hue angle of 301.53º 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 #F27CEF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 239 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.05 |
| HSL | 301.53º | 0.82% | 0.72% | - |
| HSV(B) | 301.53º | 0.49% | 0.95% | - |
| XYZ | 59.41 | 39.52 | 86.16 | - |
| YUV | 172.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 239 | 0 | 0.49 | 0.01 | 0.05 | 301.53 | 0.82 | 0.72 |
| Hex | F2 | 7C | EF | 0 | 31 | 1 | 5 | 12E | 52 | 48 |
| Octal | 362 | 174 | 357 | 0 | 61 | 1 | 5 | 456 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11101111 | 0 | 110001 | 1 | 101 | 100101110 | 1010010 | 1001000 |
Color Harmonies of #F27CEF
Complementary color
Monochromatic Colors of #F27CEF
Black with #F27CEF
Text Example
Text Example
White with #F27CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CEF; }
p { color: rgb(242,124,239); }
H1.HeaderClassName
{
color: #F27CEF;
}
.AnyTagClassName
{
color: #F27CEF;
}
</style>
background-color css
<style>
a { background-color: #F27CEF; }
a { background-color: rgb(242,124,239); }
div.DivClassName
{
background-color: #F27CEF;
}
.BgClassName
{
background-color: #F27CEF;
}
</style>
border-color css
<style>
span { border-color: #F27CEF; }
span { border-color: rgb(242,124,239); }
td.TdClassName
{
border-color: #F27CEF;
}
.TagClassName
{
border-color: #F27CEF;
}
</style>