#F49AFC

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

Shades of Violet #F49AFC

Tints of Violet #F49AFC

Color information

#F49AFC (or 0xF49AFC) is unknown color: approx Violet. HEX triplet: F4, 9A and FC. RGB value is (244,154,252). Sum of RGB (Red+Green+Blue) = 244+154+252=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 154 (60.55% from 255 or 23.69% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #F49AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49AFC is #0B6503. Grayscale: #BFBFBF. Windows color (decimal): -746756 or 16554740. OLE color: 16554740.

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

Color convert

RGB244154252-
CMYK0.030.3900.01
HSL295.1º94.23%79.61%-
HSV(B)295.1º38.89%98.82%-
XYZ66.4349.3798.12-
YUV192.08161.82165.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 154 (60.55% from 255) = 23.69%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=37.54%
G=23.69%
B=38.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441542520.030.3900.01295.194.2379.61
HexF49AFC327011275e50
Octal36423237434701447136120
Binary111101001001101011111100111001110110010011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49AFC; }

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

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

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

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

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

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

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

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