#F572ED

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

Shades of Violet #F572ED

Tints of Violet #F572ED

Color information

#F572ED (or 0xF572ED) is unknown color: approx Violet. HEX triplet: F5, 72 and ED. RGB value is (245,114,237). Sum of RGB (Red+Green+Blue) = 245+114+237=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F572ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F572ED is #0A8D12. Grayscale: #A6A6A6. Windows color (decimal): -691475 or 15561461. OLE color: 15561461.

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

Color convert

RGB245114237-
CMYK00.530.030.04
HSL303.66º86.75%70.39%-
HSV(B)303.66º53.47%96.08%-
XYZ58.9637.5684.26-
YUV167.19167.4183.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 114 (44.92% from 255) = 19.13%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=41.11%
G=19.13%
B=39.77%

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
Decimal24511423700.530.030.04303.6686.7570.39
HexF572ED035341305746
Octal36516235506534460127106
Binary1111010111100101110110101101011110010011000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572ED; }

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

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

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

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

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

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

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

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