Shades of Violet #F281EB
Tints of Violet #F281EB
RGB
CMYK
RGB Variations
Color information
#F281EB (or 0xF281EB) is known color: Violet. HEX triplet: F2, 81 and EB. RGB value is (242,129,235). Sum of RGB (Red+Green+Blue) = 242+129+235=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F281EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F281EB is #0D7E14. Grayscale: #AEAEAE. Windows color (decimal): -884245 or 15434226. OLE color: 15434226.
HSL color Cylindrical-coordinate representation of color #F281EB: hue angle of 303.72º 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 #F281EB is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 235 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.05 |
| HSL | 303.72º | 0.81% | 0.73% | - |
| HSV(B) | 303.72º | 0.47% | 0.95% | - |
| XYZ | 59.46 | 40.58 | 83.3 | - |
| YUV | 174.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 235 | 0 | 0.47 | 0.03 | 0.05 | 303.72 | 0.81 | 0.73 |
| Hex | F2 | 81 | EB | 0 | 2F | 3 | 5 | 130 | 51 | 49 |
| Octal | 362 | 201 | 353 | 0 | 57 | 3 | 5 | 460 | 121 | 111 |
| Binary | 11110010 | 10000001 | 11101011 | 0 | 101111 | 11 | 101 | 100110000 | 1010001 | 1001001 |
Color Harmonies of #F281EB
Complementary color
Monochromatic Colors of #F281EB
Black with #F281EB
Text Example
Text Example
White with #F281EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281EB; }
p { color: rgb(242,129,235); }
H1.HeaderClassName
{
color: #F281EB;
}
.AnyTagClassName
{
color: #F281EB;
}
</style>
background-color css
<style>
a { background-color: #F281EB; }
a { background-color: rgb(242,129,235); }
div.DivClassName
{
background-color: #F281EB;
}
.BgClassName
{
background-color: #F281EB;
}
</style>
border-color css
<style>
span { border-color: #F281EB; }
span { border-color: rgb(242,129,235); }
td.TdClassName
{
border-color: #F281EB;
}
.TagClassName
{
border-color: #F281EB;
}
</style>