#F49CFA

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

Shades of Violet #F49CFA

Tints of Violet #F49CFA

Color information

#F49CFA (or 0xF49CFA) is unknown color: approx Violet. HEX triplet: F4, 9C and FA. RGB value is (244,156,250). Sum of RGB (Red+Green+Blue) = 244+156+250=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 156 (61.33% from 255 or 24% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #F49CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CFA is #0B6305. Grayscale: #C0C0C0. Windows color (decimal): -746246 or 16424180. OLE color: 16424180.

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

Color convert

RGB244156250-
CMYK0.020.3800.02
HSL296.17º90.38%79.61%-
HSV(B)296.17º37.6%98.04%-
XYZ66.4549.9196.57-
YUV193.03160.15164.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 156 (61.33% from 255) = 24%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=37.54%
G=24%
B=38.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441562500.020.3800.02296.1790.3879.61
HexF49CFA226021285a50
Octal36423437224602450132120
Binary1111010010011100111110101010011001010010100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CFA; }

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

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

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

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

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

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

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

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