#F576F2

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

Shades of Violet #F576F2

Tints of Violet #F576F2

Color information

#F576F2 (or 0xF576F2) is unknown color: approx Violet. HEX triplet: F5, 76 and F2. RGB value is (245,118,242). Sum of RGB (Red+Green+Blue) = 245+118+242=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 118 (46.48% from 255 or 19.50% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F576F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F576F2 is #0A890D. Grayscale: #A9A9A9. Windows color (decimal): -690446 or 15890165. OLE color: 15890165.

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

Color convert

RGB245118242-
CMYK00.520.010.04
HSL301.42º86.39%71.18%-
HSV(B)301.42º51.84%96.08%-
XYZ60.1638.7888.32-
YUV170.11168.58181.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 118 (46.48% from 255) = 19.50%
BLUE value IS 242 (94.92% from 255) = 40%
R=40.50%
G=19.50%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511824200.520.010.04301.4286.3971.18
HexF576F20341412d5647
Octal36516636206414455126107
Binary111101011110110111100100110100110010010110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F576F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F576F2; }

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

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

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

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

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

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

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

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