#F49DFE

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

Shades of Violet #F49DFE

Tints of Violet #F49DFE

Color information

#F49DFE (or 0xF49DFE) is unknown color: approx Violet. HEX triplet: F4, 9D and FE. RGB value is (244,157,254). Sum of RGB (Red+Green+Blue) = 244+157+254=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 157 (61.72% from 255 or 23.97% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #F49DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DFE is #0B6201. Grayscale: #C1C1C1. Windows color (decimal): -745986 or 16686580. OLE color: 16686580.

HSL color Cylindrical-coordinate representation of color #F49DFE: hue angle of 293.81º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F49DFE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244157254-
CMYK0.040.3800.00
HSL293.81º97.98%80.59%-
HSV(B)293.81º38.19%99.61%-
XYZ67.2550.599.97-
YUV194.07161.82163.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.25%
GREEN value IS 157 (61.72% from 255) = 23.97%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=37.25%
G=23.97%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441572540.040.3800.00293.8197.9880.59
HexF49DFE426001266251
Octal36423537644600446142121
Binary1111010010011101111111101001001100010010011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49DFE; }

 p { color: rgb(244,157,254); }

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

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

 a { background-color: rgb(244,157,254); }

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

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

 span { border-color: rgb(244,157,254); }

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