#F8A2FD

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

Shades of Violet #F8A2FD

Tints of Violet #F8A2FD

Color information

#F8A2FD (or 0xF8A2FD) is unknown color: approx Violet. HEX triplet: F8, A2 and FD. RGB value is (248,162,253). Sum of RGB (Red+Green+Blue) = 248+162+253=663 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.41% from 663); Green value is 162 (63.67% from 255 or 24.43% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8A2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A2FD is #075D02. Grayscale: #C5C5C5. Windows color (decimal): -482563 or 16622328. OLE color: 16622328.

HSL color Cylindrical-coordinate representation of color #F8A2FD: hue angle of 296.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8A2FD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB248162253-
CMYK0.020.3600.01
HSL296.7º95.79%81.37%-
HSV(B)296.7º35.97%99.22%-
XYZ69.3652.8999.48-
YUV198.09158.99163.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.41%
GREEN value IS 162 (63.67% from 255) = 24.43%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=37.41%
G=24.43%
B=38.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2481622530.020.3600.01296.795.7981.37
HexF8A2FD224011296051
Octal37024237524401451140121
Binary111110001010001011111101101001000110010100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A2FD; }

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

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

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

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

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

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

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

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