Shades of Violet #F8A0FF
Tints of Violet #F8A0FF
RGB
CMYK
RGB Variations
Color information
#F8A0FF (or 0xF8A0FF) is known color: Violet. HEX triplet: F8, A0 and FF. RGB value is (248,160,255). Sum of RGB (Red+Green+Blue) = 248+160+255=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 160 (62.89% from 255 or 24.13% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A0FF is #075F00. Grayscale: #C4C4C4. Windows color (decimal): -483073 or 16752888. OLE color: 16752888.
HSL color Cylindrical-coordinate representation of color #F8A0FF: hue angle of 295.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8A0FF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 160 | 255 | - |
| CMYK | 0.03 | 0.37 | 0 | 0 |
| HSL | 295.58º | 1% | 0.81% | - |
| HSV(B) | 295.58º | 0.37% | 1% | - |
| XYZ | 69.33 | 52.32 | 101.05 | - |
| YUV | 197.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 255 | 0.03 | 0.37 | 0 | 0 | 295.58 | 1 | 0.81 |
| Hex | F8 | A0 | FF | 3 | 25 | 0 | 0 | 128 | 64 | 51 |
| Octal | 370 | 240 | 377 | 3 | 45 | 0 | 0 | 450 | 144 | 121 |
| Binary | 11111000 | 10100000 | 11111111 | 11 | 100101 | 0 | 0 | 100101000 | 1100100 | 1010001 |
Color Harmonies of #F8A0FF
Complementary color
Monochromatic Colors of #F8A0FF
Black with #F8A0FF
Text Example
Text Example
White with #F8A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A0FF; }
p { color: rgb(248,160,255); }
H1.HeaderClassName
{
color: #F8A0FF;
}
.AnyTagClassName
{
color: #F8A0FF;
}
</style>
background-color css
<style>
a { background-color: #F8A0FF; }
a { background-color: rgb(248,160,255); }
div.DivClassName
{
background-color: #F8A0FF;
}
.BgClassName
{
background-color: #F8A0FF;
}
</style>
border-color css
<style>
span { border-color: #F8A0FF; }
span { border-color: rgb(248,160,255); }
td.TdClassName
{
border-color: #F8A0FF;
}
.TagClassName
{
border-color: #F8A0FF;
}
</style>