#F19EFA

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

Shades of Violet #F19EFA

Tints of Violet #F19EFA

Color information

#F19EFA (or 0xF19EFA) is unknown color: approx Violet. HEX triplet: F1, 9E and FA. RGB value is (241,158,250). Sum of RGB (Red+Green+Blue) = 241+158+250=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #F19EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EFA is #0E6105. Grayscale: #C1C1C1. Windows color (decimal): -942342 or 16424689. OLE color: 16424689.

HSL color Cylindrical-coordinate representation of color #F19EFA: hue angle of 294.13º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F19EFA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241158250-
CMYK0.040.3700.02
HSL294.13º90.2%80%-
HSV(B)294.13º36.8%98.04%-
XYZ65.7650.0696.64-
YUV193.3160162.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 158 (62.11% from 255) = 24.35%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=37.13%
G=24.35%
B=38.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411582500.040.3700.02294.1390.280
HexF19EFA425021265a50
Octal36123637244502446132120
Binary11110001100111101111101010010010101010010011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EFA; }

 p { color: rgb(241,158,250); }

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

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

 a { background-color: rgb(241,158,250); }

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

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

 span { border-color: rgb(241,158,250); }

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