#F495ED

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

Shades of Violet #F495ED

Tints of Violet #F495ED

Color information

#F495ED (or 0xF495ED) is unknown color: approx Violet. HEX triplet: F4, 95 and ED. RGB value is (244,149,237). Sum of RGB (Red+Green+Blue) = 244+149+237=630 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.73% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 244 - color contains mainly: red. Hex color #F495ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F495ED is #0B6A12. Grayscale: #BBBBBB. Windows color (decimal): -748051 or 15570420. OLE color: 15570420.

HSL color Cylindrical-coordinate representation of color #F495ED: hue angle of 304.42º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495ED is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB244149237-
CMYK00.390.030.04
HSL304.42º81.2%77.06%-
HSV(B)304.42º38.93%95.69%-
XYZ63.3446.8485.82-
YUV187.44155.97168.34-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.73%
GREEN value IS 149 (58.59% from 255) = 23.65%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=38.73%
G=23.65%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414923700.390.030.04304.4281.277.06
HexF495ED02734130514d
Octal36422535504734460121115
Binary11110100100101011110110101001111110010011000010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F495ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F495ED; }

 p { color: rgb(244,149,237); }

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

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

 a { background-color: rgb(244,149,237); }

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

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

 span { border-color: rgb(244,149,237); }

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