#F49DF9

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

Shades of Violet #F49DF9

Tints of Violet #F49DF9

Color information

#F49DF9 (or 0xF49DF9) is unknown color: approx Violet. HEX triplet: F4, 9D and F9. RGB value is (244,157,249). Sum of RGB (Red+Green+Blue) = 244+157+249=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #F49DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DF9 is #0B6206. Grayscale: #C1C1C1. Windows color (decimal): -745991 or 16358900. OLE color: 16358900.

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

Color convert

RGB244157249-
CMYK0.020.3700.02
HSL296.74º88.46%79.61%-
HSV(B)296.74º36.95%97.65%-
XYZ66.4650.1995.81-
YUV193.5159.32164.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 157 (61.72% from 255) = 24.15%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=37.54%
G=24.15%
B=38.31%

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
Decimal2441572490.020.3700.02296.7488.4679.61
HexF49DF9225021295850
Octal36423537124502451130120
Binary1111010010011101111110011010010101010010100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49DF9; }

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

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

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

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

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

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

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

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