Shades of Violet #F283ED
Tints of Violet #F283ED
RGB
CMYK
RGB Variations
Color information
#F283ED (or 0xF283ED) is known color: Violet. HEX triplet: F2, 83 and ED. RGB value is (242,131,237). Sum of RGB (Red+Green+Blue) = 242+131+237=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 131 (51.56% from 255 or 21.48% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F283ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F283ED is #0D7C12. Grayscale: #AFAFAF. Windows color (decimal): -883731 or 15565810. OLE color: 15565810.
HSL color Cylindrical-coordinate representation of color #F283ED: hue angle of 302.7º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F283ED is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 237 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.7º | 0.81% | 0.73% | - |
| HSV(B) | 302.7º | 0.46% | 0.95% | - |
| XYZ | 60.02 | 41.22 | 84.91 | - |
| YUV | 176.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 237 | 0 | 0.46 | 0.02 | 0.05 | 302.7 | 0.81 | 0.73 |
| Hex | F2 | 83 | ED | 0 | 2E | 2 | 5 | 12F | 51 | 49 |
| Octal | 362 | 203 | 355 | 0 | 56 | 2 | 5 | 457 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11101101 | 0 | 101110 | 10 | 101 | 100101111 | 1010001 | 1001001 |
Color Harmonies of #F283ED
Complementary color
Monochromatic Colors of #F283ED
Black with #F283ED
Text Example
Text Example
White with #F283ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283ED; }
p { color: rgb(242,131,237); }
H1.HeaderClassName
{
color: #F283ED;
}
.AnyTagClassName
{
color: #F283ED;
}
</style>
background-color css
<style>
a { background-color: #F283ED; }
a { background-color: rgb(242,131,237); }
div.DivClassName
{
background-color: #F283ED;
}
.BgClassName
{
background-color: #F283ED;
}
</style>
border-color css
<style>
span { border-color: #F283ED; }
span { border-color: rgb(242,131,237); }
td.TdClassName
{
border-color: #F283ED;
}
.TagClassName
{
border-color: #F283ED;
}
</style>