Shades of Violet #F285ED
Tints of Violet #F285ED
RGB
CMYK
RGB Variations
Color information
#F285ED (or 0xF285ED) is known color: Violet. HEX triplet: F2, 85 and ED. RGB value is (242,133,237). Sum of RGB (Red+Green+Blue) = 242+133+237=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F285ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285ED is #0D7A12. Grayscale: #B1B1B1. Windows color (decimal): -883219 or 15566322. OLE color: 15566322.
HSL color Cylindrical-coordinate representation of color #F285ED: hue angle of 302.75º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285ED is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 237 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 302.75º | 0.81% | 0.74% | - |
| HSV(B) | 302.75º | 0.45% | 0.95% | - |
| XYZ | 60.29 | 41.77 | 85 | - |
| YUV | 177.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 237 | 0 | 0.45 | 0.02 | 0.05 | 302.75 | 0.81 | 0.74 |
| Hex | F2 | 85 | ED | 0 | 2D | 2 | 5 | 12F | 51 | 4A |
| Octal | 362 | 205 | 355 | 0 | 55 | 2 | 5 | 457 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11101101 | 0 | 101101 | 10 | 101 | 100101111 | 1010001 | 1001010 |
Color Harmonies of #F285ED
Complementary color
Monochromatic Colors of #F285ED
Black with #F285ED
Text Example
Text Example
White with #F285ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285ED; }
p { color: rgb(242,133,237); }
H1.HeaderClassName
{
color: #F285ED;
}
.AnyTagClassName
{
color: #F285ED;
}
</style>
background-color css
<style>
a { background-color: #F285ED; }
a { background-color: rgb(242,133,237); }
div.DivClassName
{
background-color: #F285ED;
}
.BgClassName
{
background-color: #F285ED;
}
</style>
border-color css
<style>
span { border-color: #F285ED; }
span { border-color: rgb(242,133,237); }
td.TdClassName
{
border-color: #F285ED;
}
.TagClassName
{
border-color: #F285ED;
}
</style>