#F49AFA

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

Shades of Violet #F49AFA

Tints of Violet #F49AFA

Color information

#F49AFA (or 0xF49AFA) is unknown color: approx Violet. HEX triplet: F4, 9A and FA. RGB value is (244,154,250). Sum of RGB (Red+Green+Blue) = 244+154+250=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 154 (60.55% from 255 or 23.77% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F49AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49AFA is #0B6505. Grayscale: #BFBFBF. Windows color (decimal): -746758 or 16423668. OLE color: 16423668.

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

Color convert

RGB244154250-
CMYK0.020.3800.02
HSL296.25º90.57%79.22%-
HSV(B)296.25º38.4%98.04%-
XYZ66.1249.2596.46-
YUV191.85160.82165.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.65%
GREEN value IS 154 (60.55% from 255) = 23.77%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=37.65%
G=23.77%
B=38.58%

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
Decimal2441542500.020.3800.02296.2590.5779.22
HexF49AFA226021285b4f
Octal36423237224602450133117
Binary1111010010011010111110101010011001010010100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49AFA; }

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

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

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

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

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

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

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

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