#F577F0

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

Shades of Violet #F577F0

Tints of Violet #F577F0

Color information

#F577F0 (or 0xF577F0) is unknown color: approx Violet. HEX triplet: F5, 77 and F0. RGB value is (245,119,240). Sum of RGB (Red+Green+Blue) = 245+119+240=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 119 (46.88% from 255 or 19.70% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F577F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F577F0 is #0A880F. Grayscale: #AAAAAA. Windows color (decimal): -690192 or 15759349. OLE color: 15759349.

HSL color Cylindrical-coordinate representation of color #F577F0: hue angle of 302.38º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F577F0 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245119240-
CMYK00.510.020.04
HSL302.38º86.3%71.37%-
HSV(B)302.38º51.43%96.08%-
XYZ59.9838.986.78-
YUV170.47167.24181.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 119 (46.88% from 255) = 19.70%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=40.56%
G=19.70%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511924000.510.020.04302.3886.371.37
HexF577F00332412e5647
Octal36516736006324456126107
Binary1111010111101111111000001100111010010010111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F577F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F577F0; }

 p { color: rgb(245,119,240); }

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

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

 a { background-color: rgb(245,119,240); }

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

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

 span { border-color: rgb(245,119,240); }

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