#F384DC

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

Shades of Pale Magenta #F384DC

Tints of Pale Magenta #F384DC

Color information

#F384DC (or 0xF384DC) is unknown color: approx Pale Magenta. HEX triplet: F3, 84 and DC. RGB value is (243,132,220). Sum of RGB (Red+Green+Blue) = 243+132+220=595 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.84% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 243 - color contains mainly: red. Hex color #F384DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384DC is #0C7B23. Grayscale: #AEAEAE. Windows color (decimal): -817956 or 14451955. OLE color: 14451955.

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

Color convert

RGB243132220-
CMYK00.460.090.05
HSL312.43º82.22%73.53%-
HSV(B)312.43º45.68%95.29%-
XYZ58.1340.7272.51-
YUV175.22153.27176.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.84%
GREEN value IS 132 (51.95% from 255) = 22.18%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=40.84%
G=22.18%
B=36.97%

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
Decimal24313222000.460.090.05312.4382.2273.53
HexF384DC02E95138524a
Octal363204334056115470122112
Binary1111001110000100110111000101110100110110011100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F384DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F384DC; }

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

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

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

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

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

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

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

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