#F384D5

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

Shades of Pale Magenta #F384D5

Tints of Pale Magenta #F384D5

Color information

#F384D5 (or 0xF384D5) is unknown color: approx Pale Magenta. HEX triplet: F3, 84 and D5. RGB value is (243,132,213). Sum of RGB (Red+Green+Blue) = 243+132+213=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F384D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384D5 is #0C7B2A. Grayscale: #AEAEAE. Windows color (decimal): -817963 or 13993203. OLE color: 13993203.

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

Color convert

RGB243132213-
CMYK00.460.120.05
HSL316.22º82.22%73.53%-
HSV(B)316.22º45.68%95.29%-
XYZ57.2240.3667.73-
YUV174.42149.77176.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.33%
GREEN value IS 132 (51.95% from 255) = 22.45%
BLUE value IS 213 (83.59% from 255) = 36.22%
R=41.33%
G=22.45%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313221300.460.120.05316.2282.2273.53
HexF384D502EC513c524a
Octal363204325056145474122112
Binary1111001110000100110101010101110110010110011110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384D5; }

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

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

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

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

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

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

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

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