#F493ED

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

Shades of Violet #F493ED

Tints of Violet #F493ED

Color information

#F493ED (or 0xF493ED) is unknown color: approx Violet. HEX triplet: F4, 93 and ED. RGB value is (244,147,237). Sum of RGB (Red+Green+Blue) = 244+147+237=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F493ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F493ED is #0B6C12. Grayscale: #BABABA. Windows color (decimal): -748563 or 15569908. OLE color: 15569908.

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

Color convert

RGB244147237-
CMYK00.400.030.04
HSL304.33º81.51%76.67%-
HSV(B)304.33º39.75%95.69%-
XYZ63.0346.2185.72-
YUV186.26156.64169.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.85%
GREEN value IS 147 (57.81% from 255) = 23.41%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=38.85%
G=23.41%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414723700.400.030.04304.3381.5176.67
HexF493ED02834130524d
Octal36422335505034460122115
Binary11110100100100111110110101010001110010011000010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493ED; }

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

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

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

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

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

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

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

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