#F384D9

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

Shades of Pale Magenta #F384D9

Tints of Pale Magenta #F384D9

Color information

#F384D9 (or 0xF384D9) is unknown color: approx Pale Magenta. HEX triplet: F3, 84 and D9. RGB value is (243,132,217). Sum of RGB (Red+Green+Blue) = 243+132+217=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 132 (51.95% from 255 or 22.30% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F384D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384D9 is #0C7B26. Grayscale: #AEAEAE. Windows color (decimal): -817959 or 14255347. OLE color: 14255347.

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

Color convert

RGB243132217-
CMYK00.460.110.05
HSL314.05º82.22%73.53%-
HSV(B)314.05º45.68%95.29%-
XYZ57.7440.5770.43-
YUV174.88151.77176.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 132 (51.95% from 255) = 22.30%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=41.05%
G=22.30%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313221700.460.110.05314.0582.2273.53
HexF384D902EB513a524a
Octal363204331056135472122112
Binary1111001110000100110110010101110101110110011101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384D9; }

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

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

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

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

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

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

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

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