#F382DE

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

Shades of Pale Magenta #F382DE

Tints of Pale Magenta #F382DE

Color information

#F382DE (or 0xF382DE) is unknown color: approx Pale Magenta. HEX triplet: F3, 82 and DE. RGB value is (243,130,222). Sum of RGB (Red+Green+Blue) = 243+130+222=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F382DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382DE is #0C7D21. Grayscale: #AEAEAE. Windows color (decimal): -818466 or 14582515. OLE color: 14582515.

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

Color convert

RGB243130222-
CMYK00.470.090.05
HSL311.15º82.48%73.14%-
HSV(B)311.15º46.5%95.29%-
XYZ58.1340.2973.82-
YUV174.27154.94177.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 130 (51.17% from 255) = 21.85%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=40.84%
G=21.85%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313022200.470.090.05311.1582.4873.14
HexF382DE02F951375249
Octal363202336057115467122111
Binary1111001110000010110111100101111100110110011011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382DE; }

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

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

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

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

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

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

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

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