Shades of Violet #F08AF2
Tints of Violet #F08AF2
RGB
CMYK
RGB Variations
Color information
#F08AF2 (or 0xF08AF2) is known color: Violet. HEX triplet: F0, 8A and F2. RGB value is (240,138,242). Sum of RGB (Red+Green+Blue) = 240+138+242=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 138 (54.30% from 255 or 22.26% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #F08AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AF2 is #0F750D. Grayscale: #B4B4B4. Windows color (decimal): -1013006 or 15895280. OLE color: 15895280.
HSL color Cylindrical-coordinate representation of color #F08AF2: hue angle of 298.85º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08AF2 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 138 | 242 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.05 |
| HSL | 298.85º | 0.8% | 0.75% | - |
| HSV(B) | 298.85º | 0.43% | 0.95% | - |
| XYZ | 61.05 | 43.11 | 89.11 | - |
| YUV | 180.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 242 | 0.01 | 0.43 | 0 | 0.05 | 298.85 | 0.8 | 0.75 |
| Hex | F0 | 8A | F2 | 1 | 2B | 0 | 5 | 12B | 50 | 4B |
| Octal | 360 | 212 | 362 | 1 | 53 | 0 | 5 | 453 | 120 | 113 |
| Binary | 11110000 | 10001010 | 11110010 | 1 | 101011 | 0 | 101 | 100101011 | 1010000 | 1001011 |
Color Harmonies of #F08AF2
Complementary color
Monochromatic Colors of #F08AF2
Black with #F08AF2
Text Example
Text Example
White with #F08AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AF2; }
p { color: rgb(240,138,242); }
H1.HeaderClassName
{
color: #F08AF2;
}
.AnyTagClassName
{
color: #F08AF2;
}
</style>
background-color css
<style>
a { background-color: #F08AF2; }
a { background-color: rgb(240,138,242); }
div.DivClassName
{
background-color: #F08AF2;
}
.BgClassName
{
background-color: #F08AF2;
}
</style>
border-color css
<style>
span { border-color: #F08AF2; }
span { border-color: rgb(240,138,242); }
td.TdClassName
{
border-color: #F08AF2;
}
.TagClassName
{
border-color: #F08AF2;
}
</style>