Shades of Violet #F280F0
Tints of Violet #F280F0
RGB
CMYK
RGB Variations
Color information
#F280F0 (or 0xF280F0) is known color: Violet. HEX triplet: F2, 80 and F0. RGB value is (242,128,240). Sum of RGB (Red+Green+Blue) = 242+128+240=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F280F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F280F0 is #0D7F0F. Grayscale: #AEAEAE. Windows color (decimal): -884496 or 15761650. OLE color: 15761650.
HSL color Cylindrical-coordinate representation of color #F280F0: hue angle of 301.05º 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 #F280F0 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 240 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.05 |
| HSL | 301.05º | 0.81% | 0.73% | - |
| HSV(B) | 301.05º | 0.47% | 0.95% | - |
| XYZ | 60.07 | 40.61 | 87.11 | - |
| YUV | 174.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 240 | 0 | 0.47 | 0.01 | 0.05 | 301.05 | 0.81 | 0.73 |
| Hex | F2 | 80 | F0 | 0 | 2F | 1 | 5 | 12D | 51 | 49 |
| Octal | 362 | 200 | 360 | 0 | 57 | 1 | 5 | 455 | 121 | 111 |
| Binary | 11110010 | 10000000 | 11110000 | 0 | 101111 | 1 | 101 | 100101101 | 1010001 | 1001001 |
Color Harmonies of #F280F0
Complementary color
Monochromatic Colors of #F280F0
Black with #F280F0
Text Example
Text Example
White with #F280F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280F0; }
p { color: rgb(242,128,240); }
H1.HeaderClassName
{
color: #F280F0;
}
.AnyTagClassName
{
color: #F280F0;
}
</style>
background-color css
<style>
a { background-color: #F280F0; }
a { background-color: rgb(242,128,240); }
div.DivClassName
{
background-color: #F280F0;
}
.BgClassName
{
background-color: #F280F0;
}
</style>
border-color css
<style>
span { border-color: #F280F0; }
span { border-color: rgb(242,128,240); }
td.TdClassName
{
border-color: #F280F0;
}
.TagClassName
{
border-color: #F280F0;
}
</style>