#F396EB

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

Shades of Pale Magenta #F396EB

Tints of Pale Magenta #F396EB

Color information

#F396EB (or 0xF396EB) is unknown color: approx Pale Magenta. HEX triplet: F3, 96 and EB. RGB value is (243,150,235). Sum of RGB (Red+Green+Blue) = 243+150+235=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F396EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F396EB is #0C6914. Grayscale: #BBBBBB. Windows color (decimal): -813333 or 15439603. OLE color: 15439603.

HSL color Cylindrical-coordinate representation of color #F396EB: hue angle of 305.16º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F396EB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243150235-
CMYK00.380.030.05
HSL305.16º79.49%77.06%-
HSV(B)305.16º38.27%95.29%-
XYZ62.8646.8784.33-
YUV187.5154.81167.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=38.69%
G=23.89%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315023500.380.030.05305.1679.4977.06
HexF396EB026351314f4d
Octal36322635304635461117115
Binary11110011100101101110101101001101110110011000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396EB; }

 p { color: rgb(243,150,235); }

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

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

 a { background-color: rgb(243,150,235); }

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

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

 span { border-color: rgb(243,150,235); }

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