Shades of Violet #F08AFD
Tints of Violet #F08AFD
RGB
CMYK
RGB Variations
Color information
#F08AFD (or 0xF08AFD) is known color: Violet. HEX triplet: F0, 8A and FD. RGB value is (240,138,253). Sum of RGB (Red+Green+Blue) = 240+138+253=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #F08AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08AFD is #0F7502. Grayscale: #B5B5B5. Windows color (decimal): -1012995 or 16616176. OLE color: 16616176.
HSL color Cylindrical-coordinate representation of color #F08AFD: hue angle of 293.22º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08AFD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 138 | 253 | - |
CMYK | 0.05 | 0.45 | 0 | 0.01 |
HSL | 293.22º | 0.97% | 0.77% | - |
HSV(B) | 293.22º | 0.45% | 0.99% | - |
XYZ | 62.75 | 43.79 | 98.07 | - |
YUV | 181.61 | 168.29 | 169.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 138 | 253 | 0.05 | 0.45 | 0 | 0.01 | 293.22 | 0.97 | 0.77 |
Hex | F0 | 8A | FD | 5 | 2D | 0 | 1 | 125 | 61 | 4D |
Octal | 360 | 212 | 375 | 5 | 55 | 0 | 1 | 445 | 141 | 115 |
Binary | 11110000 | 10001010 | 11111101 | 101 | 101101 | 0 | 1 | 100100101 | 1100001 | 1001101 |
Color Harmonies of #F08AFD
Complementary color
Monochromatic Colors of #F08AFD
Black with #F08AFD
Text Example
Text Example
White with #F08AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AFD; }
p { color: rgb(240,138,253); }
H1.HeaderClassName
{
color: #F08AFD;
}
.AnyTagClassName
{
color: #F08AFD;
}
</style>
background-color css
<style>
a { background-color: #F08AFD; }
a { background-color: rgb(240,138,253); }
div.DivClassName
{
background-color: #F08AFD;
}
.BgClassName
{
background-color: #F08AFD;
}
</style>
border-color css
<style>
span { border-color: #F08AFD; }
span { border-color: rgb(240,138,253); }
td.TdClassName
{
border-color: #F08AFD;
}
.TagClassName
{
border-color: #F08AFD;
}
</style>