#F6A2FD

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

Shades of Violet #F6A2FD

Tints of Violet #F6A2FD

Color information

#F6A2FD (or 0xF6A2FD) is unknown color: approx Violet. HEX triplet: F6, A2 and FD. RGB value is (246,162,253). Sum of RGB (Red+Green+Blue) = 246+162+253=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 162 (63.67% from 255 or 24.51% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6A2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A2FD is #095D02. Grayscale: #C5C5C5. Windows color (decimal): -613635 or 16622326. OLE color: 16622326.

HSL color Cylindrical-coordinate representation of color #F6A2FD: hue angle of 295.38º 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 #F6A2FD is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246162253-
CMYK0.030.3600.01
HSL295.38º95.79%81.37%-
HSV(B)295.38º35.97%99.22%-
XYZ68.6652.5399.45-
YUV197.49159.33162.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 162 (63.67% from 255) = 24.51%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=37.22%
G=24.51%
B=38.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461622530.030.3600.01295.3895.7981.37
HexF6A2FD324011276051
Octal36624237534401447140121
Binary111101101010001011111101111001000110010011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A2FD; }

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

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

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

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

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

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

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

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