Shades of Violet #F08CFA
Tints of Violet #F08CFA
RGB
CMYK
RGB Variations
Color information
#F08CFA (or 0xF08CFA) is known color: Violet. HEX triplet: F0, 8C and FA. RGB value is (240,140,250). Sum of RGB (Red+Green+Blue) = 240+140+250=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #F08CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08CFA is #0F7305. Grayscale: #B6B6B6. Windows color (decimal): -1012486 or 16420080. OLE color: 16420080.
HSL color Cylindrical-coordinate representation of color #F08CFA: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08CFA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 140 | 250 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 294.55º | 0.92% | 0.76% | - |
| HSV(B) | 294.55º | 0.44% | 0.98% | - |
| XYZ | 62.57 | 44.18 | 95.67 | - |
| YUV | 182.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 250 | 0.04 | 0.44 | 0 | 0.02 | 294.55 | 0.92 | 0.76 |
| Hex | F0 | 8C | FA | 4 | 2C | 0 | 2 | 127 | 5C | 4C |
| Octal | 360 | 214 | 372 | 4 | 54 | 0 | 2 | 447 | 134 | 114 |
| Binary | 11110000 | 10001100 | 11111010 | 100 | 101100 | 0 | 10 | 100100111 | 1011100 | 1001100 |
Color Harmonies of #F08CFA
Complementary color
Monochromatic Colors of #F08CFA
Black with #F08CFA
Text Example
Text Example
White with #F08CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CFA; }
p { color: rgb(240,140,250); }
H1.HeaderClassName
{
color: #F08CFA;
}
.AnyTagClassName
{
color: #F08CFA;
}
</style>
background-color css
<style>
a { background-color: #F08CFA; }
a { background-color: rgb(240,140,250); }
div.DivClassName
{
background-color: #F08CFA;
}
.BgClassName
{
background-color: #F08CFA;
}
</style>
border-color css
<style>
span { border-color: #F08CFA; }
span { border-color: rgb(240,140,250); }
td.TdClassName
{
border-color: #F08CFA;
}
.TagClassName
{
border-color: #F08CFA;
}
</style>