#F58EF2

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

Shades of Violet #F58EF2

Tints of Violet #F58EF2

Color information

#F58EF2 (or 0xF58EF2) is unknown color: approx Violet. HEX triplet: F5, 8E and F2. RGB value is (245,142,242). Sum of RGB (Red+Green+Blue) = 245+142+242=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 142 (55.86% from 255 or 22.58% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58EF2 is #0A710D. Grayscale: #B7B7B7. Windows color (decimal): -684302 or 15896309. OLE color: 15896309.

HSL color Cylindrical-coordinate representation of color #F58EF2: hue angle of 301.75º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58EF2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB245142242-
CMYK00.420.010.04
HSL301.75º83.74%75.88%-
HSV(B)301.75º42.04%96.08%-
XYZ63.3645.1789.38-
YUV184.2160.62171.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 142 (55.86% from 255) = 22.58%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=38.95%
G=22.58%
B=38.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514224200.420.010.04301.7583.7475.88
HexF58EF202A1412e544c
Octal36521636205214456124114
Binary1111010110001110111100100101010110010010111010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58EF2; }

 p { color: rgb(245,142,242); }

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

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

 a { background-color: rgb(245,142,242); }

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

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

 span { border-color: rgb(245,142,242); }

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