#F49AF6

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

Shades of Violet #F49AF6

Tints of Violet #F49AF6

Color information

#F49AF6 (or 0xF49AF6) is unknown color: approx Violet. HEX triplet: F4, 9A and F6. RGB value is (244,154,246). Sum of RGB (Red+Green+Blue) = 244+154+246=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 154 (60.55% from 255 or 23.91% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #F49AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49AF6 is #0B6509. Grayscale: #BFBFBF. Windows color (decimal): -746762 or 16161524. OLE color: 16161524.

HSL color Cylindrical-coordinate representation of color #F49AF6: hue angle of 298.7º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49AF6 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB244154246-
CMYK0.010.3700.04
HSL298.7º83.64%78.43%-
HSV(B)298.7º37.4%96.47%-
XYZ65.54993.19-
YUV191.4158.82165.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 154 (60.55% from 255) = 23.91%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=37.89%
G=23.91%
B=38.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441542460.010.3700.04298.783.6478.43
HexF49AF61250412b544e
Octal36423236614504453124116
Binary1111010010011010111101101100101010010010101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49AF6; }

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

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

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

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

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

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

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

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