#F77FEB

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

Shades of Pale Magenta #F77FEB

Tints of Pale Magenta #F77FEB

Color information

#F77FEB (or 0xF77FEB) is unknown color: approx Pale Magenta. HEX triplet: F7, 7F and EB. RGB value is (247,127,235). Sum of RGB (Red+Green+Blue) = 247+127+235=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 127 (50% from 255 or 20.85% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FEB is #088014. Grayscale: #AEAEAE. Windows color (decimal): -557077 or 15433719. OLE color: 15433719.

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

Color convert

RGB247127235-
CMYK00.490.050.03
HSL306º88.24%73.33%-
HSV(B)306º48.58%96.86%-
XYZ60.9440.9583.29-
YUV175.19161.76179.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 127 (50% from 255) = 20.85%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=40.56%
G=20.85%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712723500.490.050.0330688.2473.33
HexF77FEB031531325849
Octal36717735306153462130111
Binary1111011111111111110101101100011011110011001010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77FEB; }

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

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

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

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

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

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

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

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