#F49EFC

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

Shades of Violet #F49EFC

Tints of Violet #F49EFC

Color information

#F49EFC (or 0xF49EFC) is unknown color: approx Violet. HEX triplet: F4, 9E and FC. RGB value is (244,158,252). Sum of RGB (Red+Green+Blue) = 244+158+252=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 158 (62.11% from 255 or 24.16% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #F49EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EFC is #0B6103. Grayscale: #C2C2C2. Windows color (decimal): -745732 or 16555764. OLE color: 16555764.

HSL color Cylindrical-coordinate representation of color #F49EFC: hue angle of 294.89º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49EFC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244158252-
CMYK0.030.3700.01
HSL294.89º94%80.39%-
HSV(B)294.89º37.3%98.82%-
XYZ67.1150.7298.35-
YUV194.43160.49163.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 158 (62.11% from 255) = 24.16%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=37.31%
G=24.16%
B=38.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441582520.030.3700.01294.899480.39
HexF49EFC325011275e50
Octal36423637434501447136120
Binary111101001001111011111100111001010110010011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EFC; }

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

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

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

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

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

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

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

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