#F572EA

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

Shades of Violet #F572EA

Tints of Violet #F572EA

Color information

#F572EA (or 0xF572EA) is unknown color: approx Violet. HEX triplet: F5, 72 and EA. RGB value is (245,114,234). Sum of RGB (Red+Green+Blue) = 245+114+234=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 114 (44.92% from 255 or 19.22% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F572EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572EA is #0A8D15. Grayscale: #A6A6A6. Windows color (decimal): -691478 or 15364853. OLE color: 15364853.

HSL color Cylindrical-coordinate representation of color #F572EA: hue angle of 305.04º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572EA is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245114234-
CMYK00.530.040.04
HSL305.04º86.75%70.39%-
HSV(B)305.04º53.47%96.08%-
XYZ58.5237.3981.97-
YUV166.85165.9183.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 114 (44.92% from 255) = 19.22%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=41.32%
G=19.22%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511423400.530.040.04305.0486.7570.39
HexF572EA035441315746
Octal36516235206544461127106
Binary11110101111001011101010011010110010010011000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572EA; }

 p { color: rgb(245,114,234); }

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

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

 a { background-color: rgb(245,114,234); }

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

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

 span { border-color: rgb(245,114,234); }

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