#f390d7

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

Shades of Pale Magenta #F390D7

Tints of Pale Magenta #F390D7

Color information

#F390D7 (or 0xF390D7) is unknown color: approx Pale Magenta. HEX triplet: F3, 90 and D7. RGB value is (243,144,215). Sum of RGB (Red+Green+Blue) = 243+144+215=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F390D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390D7 is #0C6F28. Grayscale: #B5B5B5. Windows color (decimal): -814889 or 14127347. OLE color: 14127347.

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

Color convert

RGB243144215-
CMYK00.410.120.05
HSL316.97º80.49%75.88%-
HSV(B)316.97º40.74%95.29%-
XYZ59.243.9169.64-
YUV181.7146.8171.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=40.37%
G=23.92%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314421500.410.120.05316.9780.4975.88
HexF390D7029C513d504c
Octal363220327051145475120114
Binary1111001110010000110101110101001110010110011110110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f390d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f390d7; }

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

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

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

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

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

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

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

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