#F390DC

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

Shades of Pale Magenta #F390DC

Tints of Pale Magenta #F390DC

Color information

#F390DC (or 0xF390DC) is unknown color: approx Pale Magenta. HEX triplet: F3, 90 and DC. RGB value is (243,144,220). Sum of RGB (Red+Green+Blue) = 243+144+220=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F390DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390DC is #0C6F23. Grayscale: #B6B6B6. Windows color (decimal): -814884 or 14455027. OLE color: 14455027.

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

Color convert

RGB243144220-
CMYK00.410.090.05
HSL313.94º80.49%75.88%-
HSV(B)313.94º40.74%95.29%-
XYZ59.8544.1773.08-
YUV182.26149.3171.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 144 (56.64% from 255) = 23.72%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=40.03%
G=23.72%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314422000.410.090.05313.9480.4975.88
HexF390DC0299513a504c
Octal363220334051115472120114
Binary1111001110010000110111000101001100110110011101010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390DC; }

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

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

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

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

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

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

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

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