#F382E5

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

Shades of Pale Magenta #F382E5

Tints of Pale Magenta #F382E5

Color information

#F382E5 (or 0xF382E5) is unknown color: approx Pale Magenta. HEX triplet: F3, 82 and E5. RGB value is (243,130,229). Sum of RGB (Red+Green+Blue) = 243+130+229=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F382E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382E5 is #0C7D1A. Grayscale: #AEAEAE. Windows color (decimal): -818459 or 15041267. OLE color: 15041267.

HSL color Cylindrical-coordinate representation of color #F382E5: hue angle of 307.43º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F382E5 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB243130229-
CMYK00.470.060.05
HSL307.43º82.48%73.14%-
HSV(B)307.43º46.5%95.29%-
XYZ59.0940.6878.87-
YUV175.07158.44176.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 130 (51.17% from 255) = 21.59%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=40.37%
G=21.59%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313022900.470.060.05307.4382.4873.14
HexF382E502F651335249
Octal36320234505765463122111
Binary111100111000001011100101010111111010110011001110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382E5; }

 p { color: rgb(243,130,229); }

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

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

 a { background-color: rgb(243,130,229); }

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

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

 span { border-color: rgb(243,130,229); }

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