#F395EB

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

Shades of Pale Magenta #F395EB

Tints of Pale Magenta #F395EB

Color information

#F395EB (or 0xF395EB) is unknown color: approx Pale Magenta. HEX triplet: F3, 95 and EB. RGB value is (243,149,235). Sum of RGB (Red+Green+Blue) = 243+149+235=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F395EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395EB is #0C6A14. Grayscale: #BABABA. Windows color (decimal): -813589 or 15439347. OLE color: 15439347.

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

Color convert

RGB243149235-
CMYK00.390.030.05
HSL305.11º79.66%76.86%-
HSV(B)305.11º38.68%95.29%-
XYZ62.746.5584.28-
YUV186.91155.14168.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 149 (58.59% from 255) = 23.76%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=38.76%
G=23.76%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314923500.390.030.05305.1179.6676.86
HexF395EB02735131504d
Octal36322535304735461120115
Binary11110011100101011110101101001111110110011000110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F395EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F395EB; }

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

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

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

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

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

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

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

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