#F578E6

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

Shades of Pale Magenta #F578E6

Tints of Pale Magenta #F578E6

Color information

#F578E6 (or 0xF578E6) is unknown color: approx Pale Magenta. HEX triplet: F5, 78 and E6. RGB value is (245,120,230). Sum of RGB (Red+Green+Blue) = 245+120+230=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F578E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F578E6 is #0A8719. Grayscale: #A9A9A9. Windows color (decimal): -689946 or 15104245. OLE color: 15104245.

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

Color convert

RGB245120230-
CMYK00.510.060.04
HSL307.2º86.21%71.57%-
HSV(B)307.2º51.02%96.08%-
XYZ58.6638.5679.21-
YUV169.92161.91181.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 120 (47.27% from 255) = 20.17%
BLUE value IS 230 (90.23% from 255) = 38.66%
R=41.18%
G=20.17%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512023000.510.060.04307.286.2171.57
HexF578E6033641335648
Octal36517034606364463126110
Binary11110101111100011100110011001111010010011001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578E6; }

 p { color: rgb(245,120,230); }

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

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

 a { background-color: rgb(245,120,230); }

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

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

 span { border-color: rgb(245,120,230); }

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