#F8A0FF

Color #F8A0FF Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F8A0FF

Tints of Violet #F8A0FF

Color information

#F8A0FF (or 0xF8A0FF) is unknown color: approx 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

RGB248160255-
CMYK0.030.3700
HSL295.58º100%81.37%-
HSV(B)295.58º37.25%100%-
XYZ69.3352.32101.05-
YUV197.14160.65164.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 160 (62.89% from 255) = 24.13%
BLUE value IS 255 (100% from 255) = 38.46%
R=37.41%
G=24.13%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481602550.030.3700295.5810081.37
HexF8A0FF325001286451
Octal37024037734500450144121
Binary111110001010000011111111111001010010010100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>