#F499FA

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

Shades of Violet #F499FA

Tints of Violet #F499FA

Color information

#F499FA (or 0xF499FA) is unknown color: approx Violet. HEX triplet: F4, 99 and FA. RGB value is (244,153,250). Sum of RGB (Red+Green+Blue) = 244+153+250=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 153 (60.16% from 255 or 23.65% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F499FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F499FA is #0B6605. Grayscale: #BEBEBE. Windows color (decimal): -747014 or 16423412. OLE color: 16423412.

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

Color convert

RGB244153250-
CMYK0.020.3900.02
HSL296.29º90.65%79.02%-
HSV(B)296.29º38.8%98.04%-
XYZ65.9548.9296.41-
YUV191.27161.15165.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.71%
GREEN value IS 153 (60.16% from 255) = 23.65%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=37.71%
G=23.65%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441532500.020.3900.02296.2990.6579.02
HexF499FA227021285b4f
Octal36423137224702450133117
Binary1111010010011001111110101010011101010010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F499FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F499FA; }

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

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

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

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

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

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

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

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