#F382E6

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

Shades of Pale Magenta #F382E6

Tints of Pale Magenta #F382E6

Color information

#F382E6 (or 0xF382E6) is unknown color: approx Pale Magenta. HEX triplet: F3, 82 and E6. RGB value is (243,130,230). Sum of RGB (Red+Green+Blue) = 243+130+230=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 130 (51.17% from 255 or 21.56% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F382E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F382E6 is #0C7D19. Grayscale: #AEAEAE. Windows color (decimal): -818458 or 15106803. OLE color: 15106803.

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

Color convert

RGB243130230-
CMYK00.470.050.05
HSL306.9º82.48%73.14%-
HSV(B)306.9º46.5%95.29%-
XYZ59.2340.7379.6-
YUV175.19158.94176.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.30%
GREEN value IS 130 (51.17% from 255) = 21.56%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=40.30%
G=21.56%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313023000.470.050.05306.982.4873.14
HexF382E602F551335249
Octal36320234605755463122111
Binary111100111000001011100110010111110110110011001110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F382E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F382E6; }

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

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

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

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

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

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

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

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