#F49EF9

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

Shades of Violet #F49EF9

Tints of Violet #F49EF9

Color information

#F49EF9 (or 0xF49EF9) is unknown color: approx Violet. HEX triplet: F4, 9E and F9. RGB value is (244,158,249). Sum of RGB (Red+Green+Blue) = 244+158+249=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #F49EF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EF9 is #0B6106. Grayscale: #C1C1C1. Windows color (decimal): -745735 or 16359156. OLE color: 16359156.

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

Color convert

RGB244158249-
CMYK0.020.3700.02
HSL296.7º88.35%79.8%-
HSV(B)296.7º36.55%97.65%-
XYZ66.6350.5395.86-
YUV194.09158.99163.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.48%
GREEN value IS 158 (62.11% from 255) = 24.27%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=37.48%
G=24.27%
B=38.25%

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
Decimal2441582490.020.3700.02296.788.3579.8
HexF49EF9225021295850
Octal36423637124502451130120
Binary1111010010011110111110011010010101010010100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EF9; }

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

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

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

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

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

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

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

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