#F592EA

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

Shades of Pale Magenta #F592EA

Tints of Pale Magenta #F592EA

Color information

#F592EA (or 0xF592EA) is unknown color: approx Pale Magenta. HEX triplet: F5, 92 and EA. RGB value is (245,146,234). Sum of RGB (Red+Green+Blue) = 245+146+234=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 146 (57.42% from 255 or 23.36% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F592EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F592EA is #0A6D15. Grayscale: #B9B9B9. Windows color (decimal): -683286 or 15373045. OLE color: 15373045.

HSL color Cylindrical-coordinate representation of color #F592EA: hue angle of 306.67º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592EA is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245146234-
CMYK00.400.040.04
HSL306.67º83.19%76.67%-
HSV(B)306.67º40.41%96.08%-
XYZ62.7945.9183.39-
YUV185.63155.3170.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 146 (57.42% from 255) = 23.36%
BLUE value IS 234 (91.80% from 255) = 37.44%
R=39.2%
G=23.36%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514623400.400.040.04306.6783.1976.67
HexF592EA02844133534d
Octal36522235205044463123115
Binary111101011001001011101010010100010010010011001110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F592EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F592EA; }

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

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

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

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

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

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

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

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