#F780EB

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

Shades of Pale Magenta #F780EB

Tints of Pale Magenta #F780EB

Color information

#F780EB (or 0xF780EB) is unknown color: approx Pale Magenta. HEX triplet: F7, 80 and EB. RGB value is (247,128,235). Sum of RGB (Red+Green+Blue) = 247+128+235=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F780EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F780EB is #087F14. Grayscale: #AFAFAF. Windows color (decimal): -556821 or 15433975. OLE color: 15433975.

HSL color Cylindrical-coordinate representation of color #F780EB: hue angle of 306.05º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F780EB is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247128235-
CMYK00.480.050.03
HSL306.05º88.15%73.53%-
HSV(B)306.05º48.18%96.86%-
XYZ61.0741.2183.33-
YUV175.78161.42178.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 128 (50.39% from 255) = 20.98%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=40.49%
G=20.98%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712823500.480.050.03306.0588.1573.53
HexF780EB03053132584a
Octal36720035306053462130112
Binary11110111100000001110101101100001011110011001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F780EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F780EB; }

 p { color: rgb(247,128,235); }

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

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

 a { background-color: rgb(247,128,235); }

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

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

 span { border-color: rgb(247,128,235); }

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