Shades of Violet #F08AFF
Tints of Violet #F08AFF
RGB
CMYK
RGB Variations
Color information
#F08AFF (or 0xF08AFF) is known color: Violet. HEX triplet: F0, 8A and FF. RGB value is (240,138,255). Sum of RGB (Red+Green+Blue) = 240+138+255=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #F08AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AFF is #0F7500. Grayscale: #B5B5B5. Windows color (decimal): -1012993 or 16747248. OLE color: 16747248.
HSL color Cylindrical-coordinate representation of color #F08AFF: hue angle of 292.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F08AFF is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 138 | 255 | - |
| CMYK | 0.06 | 0.46 | 0 | 0 |
| HSL | 292.31º | 1% | 0.77% | - |
| HSV(B) | 292.31º | 0.46% | 1% | - |
| XYZ | 63.07 | 43.92 | 99.76 | - |
| YUV | 181.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 255 | 0.06 | 0.46 | 0 | 0 | 292.31 | 1 | 0.77 |
| Hex | F0 | 8A | FF | 6 | 2E | 0 | 0 | 124 | 64 | 4D |
| Octal | 360 | 212 | 377 | 6 | 56 | 0 | 0 | 444 | 144 | 115 |
| Binary | 11110000 | 10001010 | 11111111 | 110 | 101110 | 0 | 0 | 100100100 | 1100100 | 1001101 |
Color Harmonies of #F08AFF
Complementary color
Monochromatic Colors of #F08AFF
Black with #F08AFF
Text Example
Text Example
White with #F08AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AFF; }
p { color: rgb(240,138,255); }
H1.HeaderClassName
{
color: #F08AFF;
}
.AnyTagClassName
{
color: #F08AFF;
}
</style>
background-color css
<style>
a { background-color: #F08AFF; }
a { background-color: rgb(240,138,255); }
div.DivClassName
{
background-color: #F08AFF;
}
.BgClassName
{
background-color: #F08AFF;
}
</style>
border-color css
<style>
span { border-color: #F08AFF; }
span { border-color: rgb(240,138,255); }
td.TdClassName
{
border-color: #F08AFF;
}
.TagClassName
{
border-color: #F08AFF;
}
</style>