#F57AEC

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

Shades of Violet #F57AEC

Tints of Violet #F57AEC

Color information

#F57AEC (or 0xF57AEC) is unknown color: approx Violet. HEX triplet: F5, 7A and EC. RGB value is (245,122,236). Sum of RGB (Red+Green+Blue) = 245+122+236=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 122 (48.05% from 255 or 20.23% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AEC is #0A8513. Grayscale: #ABABAB. Windows color (decimal): -689428 or 15497973. OLE color: 15497973.

HSL color Cylindrical-coordinate representation of color #F57AEC: hue angle of 304.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AEC is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245122236-
CMYK00.500.040.04
HSL304.39º86.01%71.96%-
HSV(B)304.39º50.2%96.08%-
XYZ59.7639.3983.81-
YUV171.77164.25180.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 122 (48.05% from 255) = 20.23%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=40.63%
G=20.23%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512223600.500.040.04304.3986.0171.96
HexF57AEC032441305648
Octal36517235406244460126110
Binary11110101111101011101100011001010010010011000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57AEC; }

 p { color: rgb(245,122,236); }

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

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

 a { background-color: rgb(245,122,236); }

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

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

 span { border-color: rgb(245,122,236); }

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