#F56EEA

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

Shades of Violet #F56EEA

Tints of Violet #F56EEA

Color information

#F56EEA (or 0xF56EEA) is unknown color: approx Violet. HEX triplet: F5, 6E and EA. RGB value is (245,110,234). Sum of RGB (Red+Green+Blue) = 245+110+234=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56EEA is #0A9115. Grayscale: #A4A4A4. Windows color (decimal): -692502 or 15363829. OLE color: 15363829.

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

Color convert

RGB245110234-
CMYK00.550.040.04
HSL304.89º87.1%69.61%-
HSV(B)304.89º55.1%96.08%-
XYZ58.0836.581.83-
YUV164.5167.23185.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 110 (43.36% from 255) = 18.68%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=41.60%
G=18.68%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511023400.550.040.04304.8987.169.61
HexF56EEA037441315746
Octal36515635206744461127106
Binary11110101110111011101010011011110010010011000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56EEA; }

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

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

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

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

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

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

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

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