#F572EE

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

Shades of Violet #F572EE

Tints of Violet #F572EE

Color information

#F572EE (or 0xF572EE) is unknown color: approx Violet. HEX triplet: F5, 72 and EE. RGB value is (245,114,238). Sum of RGB (Red+Green+Blue) = 245+114+238=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 114 (44.92% from 255 or 19.10% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F572EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572EE is #0A8D11. Grayscale: #A6A6A6. Windows color (decimal): -691474 or 15626997. OLE color: 15626997.

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

Color convert

RGB245114238-
CMYK00.530.030.04
HSL303.21º86.75%70.39%-
HSV(B)303.21º53.47%96.08%-
XYZ59.1137.6285.04-
YUV167.3167.9183.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 114 (44.92% from 255) = 19.10%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=41.04%
G=19.10%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511423800.530.030.04303.2186.7570.39
HexF572EE0353412f5746
Octal36516235606534457127106
Binary1111010111100101110111001101011110010010111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572EE; }

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

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

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

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

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

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

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

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