#F773E7

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

Shades of Pale Magenta #F773E7

Tints of Pale Magenta #F773E7

Color information

#F773E7 (or 0xF773E7) is unknown color: approx Pale Magenta. HEX triplet: F7, 73 and E7. RGB value is (247,115,231). Sum of RGB (Red+Green+Blue) = 247+115+231=593 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.65% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 247 - color contains mainly: red. Hex color #F773E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F773E7 is #088C18. Grayscale: #A7A7A7. Windows color (decimal): -560153 or 15168503. OLE color: 15168503.

HSL color Cylindrical-coordinate representation of color #F773E7: hue angle of 307.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773E7 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB247115231-
CMYK00.530.060.03
HSL307.27º89.19%70.98%-
HSV(B)307.27º53.44%96.86%-
XYZ58.9137.8179.79-
YUV167.69163.73184.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.65%
GREEN value IS 115 (45.31% from 255) = 19.39%
BLUE value IS 231 (90.62% from 255) = 38.95%
R=41.65%
G=19.39%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711523100.530.060.03307.2789.1970.98
HexF773E7035631335947
Octal36716334706563463131107
Binary1111011111100111110011101101011101110011001110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F773E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F773E7; }

 p { color: rgb(247,115,231); }

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

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

 a { background-color: rgb(247,115,231); }

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

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

 span { border-color: rgb(247,115,231); }

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