#F8A1FF

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

Shades of Violet #F8A1FF

Tints of Violet #F8A1FF

Color information

#F8A1FF (or 0xF8A1FF) is unknown color: approx Violet. HEX triplet: F8, A1 and FF. RGB value is (248,161,255). Sum of RGB (Red+Green+Blue) = 248+161+255=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 161 (63.28% from 255 or 24.25% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8A1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A1FF is #075E00. Grayscale: #C5C5C5. Windows color (decimal): -482817 or 16753144. OLE color: 16753144.

HSL color Cylindrical-coordinate representation of color #F8A1FF: hue angle of 295.53º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8A1FF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB248161255-
CMYK0.030.3700
HSL295.53º100%81.57%-
HSV(B)295.53º36.86%100%-
XYZ69.5152.67101.11-
YUV197.73160.32163.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 161 (63.28% from 255) = 24.25%
BLUE value IS 255 (100% from 255) = 38.40%
R=37.35%
G=24.25%
B=38.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2481612550.030.3700295.5310081.57
HexF8A1FF325001286452
Octal37024137734500450144122
Binary111110001010000111111111111001010010010100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1FF; }

 p { color: rgb(248,161,255); }

 H1.HeaderClassName
 {
   color: #F8A1FF;
 }
 .AnyTagClassName
 {
   color: #F8A1FF;
 }
</style>
background-color css

<style>
 a { background-color: #F8A1FF; }

 a { background-color: rgb(248,161,255); }

 div.DivClassName
 {
   background-color: #F8A1FF;
 }
 .BgClassName
 {
   background-color: #F8A1FF;
 }
</style>
border-color css

<style>
 span { border-color: #F8A1FF; }

 span { border-color: rgb(248,161,255); }

 td.TdClassName
 {
   border-color: #F8A1FF;
 }
 .TagClassName
 {
   border-color: #F8A1FF;
 }
</style>