#F76FE7

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

Shades of Pale Magenta #F76FE7

Tints of Pale Magenta #F76FE7

Color information

#F76FE7 (or 0xF76FE7) is unknown color: approx Pale Magenta. HEX triplet: F7, 6F and E7. RGB value is (247,111,231). Sum of RGB (Red+Green+Blue) = 247+111+231=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76FE7 is #089018. Grayscale: #A4A4A4. Windows color (decimal): -561177 or 15167479. OLE color: 15167479.

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

Color convert

RGB247111231-
CMYK00.550.060.03
HSL307.06º89.47%70.2%-
HSV(B)307.06º55.06%96.86%-
XYZ58.4736.9179.64-
YUV165.34165.06186.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.94%
GREEN value IS 111 (43.75% from 255) = 18.85%
BLUE value IS 231 (90.62% from 255) = 39.22%
R=41.94%
G=18.85%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711123100.550.060.03307.0689.4770.2
HexF76FE7037631335946
Octal36715734706763463131106
Binary1111011111011111110011101101111101110011001110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76FE7; }

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

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

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

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

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

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

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

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