#F57AED

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

Shades of Violet #F57AED

Tints of Violet #F57AED

Color information

#F57AED (or 0xF57AED) is unknown color: approx Violet. HEX triplet: F5, 7A and ED. RGB value is (245,122,237). Sum of RGB (Red+Green+Blue) = 245+122+237=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 122 (48.05% from 255 or 20.20% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AED is #0A8512. Grayscale: #ABABAB. Windows color (decimal): -689427 or 15563509. OLE color: 15563509.

HSL color Cylindrical-coordinate representation of color #F57AED: hue angle of 303.9º 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 #F57AED is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245122237-
CMYK00.500.030.04
HSL303.9º86.01%71.96%-
HSV(B)303.9º50.2%96.08%-
XYZ59.939.4584.58-
YUV171.89164.75180.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 122 (48.05% from 255) = 20.20%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=40.56%
G=20.20%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512223700.500.030.04303.986.0171.96
HexF57AED032341305648
Octal36517235506234460126110
Binary1111010111110101110110101100101110010011000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57AED; }

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

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

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

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

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

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

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

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