#F49FF8

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

Shades of Violet #F49FF8

Tints of Violet #F49FF8

Color information

#F49FF8 (or 0xF49FF8) is unknown color: approx Violet. HEX triplet: F4, 9F and F8. RGB value is (244,159,248). Sum of RGB (Red+Green+Blue) = 244+159+248=651 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.48% from 651); Green value is 159 (62.5% from 255 or 24.42% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #F49FF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49FF8 is #0B6007. Grayscale: #C2C2C2. Windows color (decimal): -745480 or 16293876. OLE color: 16293876.

HSL color Cylindrical-coordinate representation of color #F49FF8: hue angle of 297.3º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49FF8 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB244159248-
CMYK0.020.3600.03
HSL297.3º86.41%79.8%-
HSV(B)297.3º35.89%97.25%-
XYZ66.6550.8195.1-
YUV194.56158.16163.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.48%
GREEN value IS 159 (62.5% from 255) = 24.42%
BLUE value IS 248 (97.27% from 255) = 38.10%
R=37.48%
G=24.42%
B=38.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2441592480.020.3600.03297.386.4179.8
HexF49FF8224031295650
Octal36423737024403451126120
Binary1111010010011111111110001010010001110010100110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49FF8; }

 p { color: rgb(244,159,248); }

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

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

 a { background-color: rgb(244,159,248); }

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

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

 span { border-color: rgb(244,159,248); }

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