#F382D7

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

Shades of Pale Magenta #F382D7

Tints of Pale Magenta #F382D7

Color information

#F382D7 (or 0xF382D7) is unknown color: approx Pale Magenta. HEX triplet: F3, 82 and D7. RGB value is (243,130,215). Sum of RGB (Red+Green+Blue) = 243+130+215=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F382D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F382D7 is #0C7D28. Grayscale: #ADADAD. Windows color (decimal): -818473 or 14123763. OLE color: 14123763.

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

Color convert

RGB243130215-
CMYK00.470.120.05
HSL314.87º82.48%73.14%-
HSV(B)314.87º46.5%95.29%-
XYZ57.2139.9368.98-
YUV173.48151.44177.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.33%
GREEN value IS 130 (51.17% from 255) = 22.11%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=41.33%
G=22.11%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313021500.470.120.05314.8782.4873.14
HexF382D702FC513b5249
Octal363202327057145473122111
Binary1111001110000010110101110101111110010110011101110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382D7; }

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

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

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

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

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

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

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

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