#F592E0

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

Shades of Pale Magenta #F592E0

Tints of Pale Magenta #F592E0

Color information

#F592E0 (or 0xF592E0) is unknown color: approx Pale Magenta. HEX triplet: F5, 92 and E0. RGB value is (245,146,224). Sum of RGB (Red+Green+Blue) = 245+146+224=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F592E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592E0 is #0A6D1F. Grayscale: #B8B8B8. Windows color (decimal): -683296 or 14717685. OLE color: 14717685.

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

Color convert

RGB245146224-
CMYK00.400.090.04
HSL312.73º83.19%76.67%-
HSV(B)312.73º40.41%96.08%-
XYZ61.3945.3576.04-
YUV184.49150.3171.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 146 (57.42% from 255) = 23.74%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=39.84%
G=23.74%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514622400.400.090.04312.7383.1976.67
HexF592E002894139534d
Octal365222340050114471123115
Binary1111010110010010111000000101000100110010011100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F592E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F592E0; }

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

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

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

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

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

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

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

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