#F571EE

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

Shades of Violet #F571EE

Tints of Violet #F571EE

Color information

#F571EE (or 0xF571EE) is unknown color: approx Violet. HEX triplet: F5, 71 and EE. RGB value is (245,113,238). Sum of RGB (Red+Green+Blue) = 245+113+238=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F571EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F571EE is #0A8E11. Grayscale: #A6A6A6. Windows color (decimal): -691730 or 15626741. OLE color: 15626741.

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

Color convert

RGB245113238-
CMYK00.540.030.04
HSL303.18º86.84%70.2%-
HSV(B)303.18º53.88%96.08%-
XYZ58.9937.485-
YUV166.72168.23183.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 113 (44.53% from 255) = 18.96%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=41.11%
G=18.96%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511323800.540.030.04303.1886.8470.2
HexF571EE0363412f5746
Octal36516135606634457127106
Binary1111010111100011110111001101101110010010111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571EE; }

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

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

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

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

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

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

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

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