#F49EFA

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

Shades of Violet #F49EFA

Tints of Violet #F49EFA

Color information

#F49EFA (or 0xF49EFA) is unknown color: approx Violet. HEX triplet: F4, 9E and FA. RGB value is (244,158,250). Sum of RGB (Red+Green+Blue) = 244+158+250=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #F49EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EFA is #0B6105. Grayscale: #C1C1C1. Windows color (decimal): -745734 or 16424692. OLE color: 16424692.

HSL color Cylindrical-coordinate representation of color #F49EFA: hue angle of 296.09º 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 #F49EFA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244158250-
CMYK0.020.3700.02
HSL296.09º90.2%80%-
HSV(B)296.09º36.8%98.04%-
XYZ66.7950.5996.69-
YUV194.2159.49163.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.42%
GREEN value IS 158 (62.11% from 255) = 24.23%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=37.42%
G=24.23%
B=38.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441582500.020.3700.02296.0990.280
HexF49EFA225021285a50
Octal36423637224502450132120
Binary1111010010011110111110101010010101010010100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EFA; }

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

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

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

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

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

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

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

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