#F493F5

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

Shades of Violet #F493F5

Tints of Violet #F493F5

Color information

#F493F5 (or 0xF493F5) is unknown color: approx Violet. HEX triplet: F4, 93 and F5. RGB value is (244,147,245). Sum of RGB (Red+Green+Blue) = 244+147+245=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #F493F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F493F5 is #0B6C0A. Grayscale: #BABABA. Windows color (decimal): -748555 or 16094196. OLE color: 16094196.

HSL color Cylindrical-coordinate representation of color #F493F5: hue angle of 299.39º degrees, saturation: 0.83, 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 #F493F5 is Cyan = 0.00, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB244147245-
CMYK0.000.400.04
HSL299.39º83.05%76.86%-
HSV(B)299.39º40%96.08%-
XYZ64.2246.6992.01-
YUV187.18160.64168.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.36%
GREEN value IS 147 (57.81% from 255) = 23.11%
BLUE value IS 245 (96.09% from 255) = 38.52%
R=38.36%
G=23.11%
B=38.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441472450.000.400.04299.3983.0576.86
HexF493F50280412b534d
Octal36422336505004453123115
Binary1111010010010011111101010101000010010010101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F493F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F493F5; }

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

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

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

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

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

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

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

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