#F384D4

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

Shades of Pale Magenta #F384D4

Tints of Pale Magenta #F384D4

Color information

#F384D4 (or 0xF384D4) is unknown color: approx Pale Magenta. HEX triplet: F3, 84 and D4. RGB value is (243,132,212). Sum of RGB (Red+Green+Blue) = 243+132+212=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F384D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384D4 is #0C7B2B. Grayscale: #AEAEAE. Windows color (decimal): -817964 or 13927667. OLE color: 13927667.

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

Color convert

RGB243132212-
CMYK00.460.130.05
HSL316.76º82.22%73.53%-
HSV(B)316.76º45.68%95.29%-
XYZ57.140.3167.06-
YUV174.31149.27177-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 132 (51.95% from 255) = 22.49%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=41.40%
G=22.49%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313221200.460.130.05316.7682.2273.53
HexF384D402ED513d524a
Octal363204324056155475122112
Binary1111001110000100110101000101110110110110011110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384D4; }

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

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

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

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

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

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

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

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