#F491FA

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

Shades of Violet #F491FA

Tints of Violet #F491FA

Color information

#F491FA (or 0xF491FA) is unknown color: approx Violet. HEX triplet: F4, 91 and FA. RGB value is (244,145,250). Sum of RGB (Red+Green+Blue) = 244+145+250=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 145 (57.03% from 255 or 22.69% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F491FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F491FA is #0B6E05. Grayscale: #BABABA. Windows color (decimal): -749062 or 16421364. OLE color: 16421364.

HSL color Cylindrical-coordinate representation of color #F491FA: hue angle of 296.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F491FA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244145250-
CMYK0.020.4200.02
HSL296.57º91.3%77.45%-
HSV(B)296.57º42%98.04%-
XYZ64.6946.3995.99-
YUV186.57163.8168.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 145 (57.03% from 255) = 22.69%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=38.18%
G=22.69%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441452500.020.4200.02296.5791.377.45
HexF491FA22A021295b4d
Octal36422137225202451133115
Binary1111010010010001111110101010101001010010100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491FA; }

 p { color: rgb(244,145,250); }

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

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

 a { background-color: rgb(244,145,250); }

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

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

 span { border-color: rgb(244,145,250); }

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