#F384DE

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

Shades of Pale Magenta #F384DE

Tints of Pale Magenta #F384DE

Color information

#F384DE (or 0xF384DE) is unknown color: approx Pale Magenta. HEX triplet: F3, 84 and DE. RGB value is (243,132,222). Sum of RGB (Red+Green+Blue) = 243+132+222=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DE is #0C7B21. Grayscale: #AFAFAF. Windows color (decimal): -817954 or 14583027. OLE color: 14583027.

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

Color convert

RGB243132222-
CMYK00.460.090.05
HSL311.35º82.22%73.53%-
HSV(B)311.35º45.68%95.29%-
XYZ58.440.8373.91-
YUV175.45154.27176.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 132 (51.95% from 255) = 22.11%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=40.70%
G=22.11%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313222200.460.090.05311.3582.2273.53
HexF384DE02E95137524a
Octal363204336056115467122112
Binary1111001110000100110111100101110100110110011011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384DE; }

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

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

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

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

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

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

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

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