Shades of Violet #F280F9
Tints of Violet #F280F9
RGB
CMYK
RGB Variations
Color information
#F280F9 (or 0xF280F9) is known color: Violet. HEX triplet: F2, 80 and F9. RGB value is (242,128,249). Sum of RGB (Red+Green+Blue) = 242+128+249=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #F280F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F280F9 is #0D7F06. Grayscale: #AFAFAF. Windows color (decimal): -884487 or 16351474. OLE color: 16351474.
HSL color Cylindrical-coordinate representation of color #F280F9: hue angle of 296.53º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F280F9 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 128 | 249 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.02 |
| HSL | 296.53º | 0.91% | 0.74% | - |
| HSV(B) | 296.53º | 0.49% | 0.98% | - |
| XYZ | 61.44 | 41.16 | 94.33 | - |
| YUV | 175.88 | 169.27 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 249 | 0.03 | 0.49 | 0 | 0.02 | 296.53 | 0.91 | 0.74 |
| Hex | F2 | 80 | F9 | 3 | 31 | 0 | 2 | 129 | 5B | 4A |
| Octal | 362 | 200 | 371 | 3 | 61 | 0 | 2 | 451 | 133 | 112 |
| Binary | 11110010 | 10000000 | 11111001 | 11 | 110001 | 0 | 10 | 100101001 | 1011011 | 1001010 |
Color Harmonies of #F280F9
Complementary color
Monochromatic Colors of #F280F9
Black with #F280F9
Text Example
Text Example
White with #F280F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F280F9; }
p { color: rgb(242,128,249); }
H1.HeaderClassName
{
color: #F280F9;
}
.AnyTagClassName
{
color: #F280F9;
}
</style>
background-color css
<style>
a { background-color: #F280F9; }
a { background-color: rgb(242,128,249); }
div.DivClassName
{
background-color: #F280F9;
}
.BgClassName
{
background-color: #F280F9;
}
</style>
border-color css
<style>
span { border-color: #F280F9; }
span { border-color: rgb(242,128,249); }
td.TdClassName
{
border-color: #F280F9;
}
.TagClassName
{
border-color: #F280F9;
}
</style>