#F385E9

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

Shades of Pale Magenta #F385E9

Tints of Pale Magenta #F385E9

Color information

#F385E9 (or 0xF385E9) is unknown color: approx Pale Magenta. HEX triplet: F3, 85 and E9. RGB value is (243,133,233). Sum of RGB (Red+Green+Blue) = 243+133+233=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385E9 is #0C7A16. Grayscale: #B1B1B1. Windows color (decimal): -817687 or 15304179. OLE color: 15304179.

HSL color Cylindrical-coordinate representation of color #F385E9: hue angle of 305.45º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385E9 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243133233-
CMYK00.450.040.05
HSL305.45º82.09%73.73%-
HSV(B)305.45º45.27%95.29%-
XYZ60.0641.7181.98-
YUV177.29159.44174.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=39.90%
G=21.84%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313323300.450.040.05305.4582.0973.73
HexF385E902D45131524a
Octal36320535105545461122112
Binary111100111000010111101001010110110010110011000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385E9; }

 p { color: rgb(243,133,233); }

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

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

 a { background-color: rgb(243,133,233); }

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

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

 span { border-color: rgb(243,133,233); }

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