#F76FE8

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

Shades of Pale Magenta #F76FE8

Tints of Pale Magenta #F76FE8

Color information

#F76FE8 (or 0xF76FE8) is unknown color: approx Pale Magenta. HEX triplet: F7, 6F and E8. RGB value is (247,111,232). Sum of RGB (Red+Green+Blue) = 247+111+232=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 111 (43.75% from 255 or 18.81% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F76FE8 is #089017. Grayscale: #A5A5A5. Windows color (decimal): -561176 or 15233015. OLE color: 15233015.

HSL color Cylindrical-coordinate representation of color #F76FE8: hue angle of 306.62º 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 #F76FE8 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB247111232-
CMYK00.550.060.03
HSL306.62º89.47%70.2%-
HSV(B)306.62º55.06%96.86%-
XYZ58.6136.9780.39-
YUV165.46165.56186.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.86%
GREEN value IS 111 (43.75% from 255) = 18.81%
BLUE value IS 232 (91.02% from 255) = 39.32%
R=41.86%
G=18.81%
B=39.32%

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
Decimal24711123200.550.060.03306.6289.4770.2
HexF76FE8037631335946
Octal36715735006763463131106
Binary1111011111011111110100001101111101110011001110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76FE8; }

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

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

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

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

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

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

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

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