#F8A2FE

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

Shades of Violet #F8A2FE

Tints of Violet #F8A2FE

Color information

#F8A2FE (or 0xF8A2FE) is unknown color: approx Violet. HEX triplet: F8, A2 and FE. RGB value is (248,162,254). Sum of RGB (Red+Green+Blue) = 248+162+254=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 162 (63.67% from 255 or 24.40% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A2FE is #075D01. Grayscale: #C5C5C5. Windows color (decimal): -482562 or 16687864. OLE color: 16687864.

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

Color convert

RGB248162254-
CMYK0.020.3600.00
HSL296.09º97.87%81.57%-
HSV(B)296.09º36.22%99.61%-
XYZ69.5252.95100.32-
YUV198.2159.49163.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 162 (63.67% from 255) = 24.40%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=37.35%
G=24.40%
B=38.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481622540.020.3600.00296.0997.8781.57
HexF8A2FE224001286252
Octal37024237624400450142122
Binary111110001010001011111110101001000010010100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A2FE; }

 p { color: rgb(248,162,254); }

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

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

 a { background-color: rgb(248,162,254); }

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

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

 span { border-color: rgb(248,162,254); }

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