Shades of Violet #F280EF
Tints of Violet #F280EF
RGB
CMYK
RGB Variations
Color information
#F280EF (or 0xF280EF) is known color: Violet. HEX triplet: F2, 80 and EF. RGB value is (242,128,239). Sum of RGB (Red+Green+Blue) = 242+128+239=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F280EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F280EF is #0D7F10. Grayscale: #AEAEAE. Windows color (decimal): -884497 or 15696114. OLE color: 15696114.
HSL color Cylindrical-coordinate representation of color #F280EF: hue angle of 301.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F280EF is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 239 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.05 |
| HSL | 301.58º | 0.81% | 0.73% | - |
| HSV(B) | 301.58º | 0.47% | 0.95% | - |
| XYZ | 59.92 | 40.55 | 86.33 | - |
| YUV | 174.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 239 | 0 | 0.47 | 0.01 | 0.05 | 301.58 | 0.81 | 0.73 |
| Hex | F2 | 80 | EF | 0 | 2F | 1 | 5 | 12E | 51 | 49 |
| Octal | 362 | 200 | 357 | 0 | 57 | 1 | 5 | 456 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11101111 | 0 | 101111 | 1 | 101 | 100101110 | 1010001 | 1001001 |
Color Harmonies of #F280EF
Complementary color
Monochromatic Colors of #F280EF
Black with #F280EF
Text Example
Text Example
White with #F280EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280EF; }
p { color: rgb(242,128,239); }
H1.HeaderClassName
{
color: #F280EF;
}
.AnyTagClassName
{
color: #F280EF;
}
</style>
background-color css
<style>
a { background-color: #F280EF; }
a { background-color: rgb(242,128,239); }
div.DivClassName
{
background-color: #F280EF;
}
.BgClassName
{
background-color: #F280EF;
}
</style>
border-color css
<style>
span { border-color: #F280EF; }
span { border-color: rgb(242,128,239); }
td.TdClassName
{
border-color: #F280EF;
}
.TagClassName
{
border-color: #F280EF;
}
</style>