Html Css Color HEX #F77FE7 Pale Magenta

📋 copy color: '#F77FE7'

red 247 ◦ green 127 ◦ blue 231

#F77FE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F77FE7

Tints of Pale Magenta #F77FE7

RGB

 RED value IS 247 (96.88% from 255) = 40.83%

 GREEN value IS 127 (50% from 255) = 20.99%

 BLUE value IS 231 (90.63% from 255) = 38.18%

R = 40.83%
G = 20.99%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F77FE7 (or 0xF77FE7) is known color: Pale Magenta. HEX triplet: F7, 7F and E7. RGB value is (247,127,231). Sum of RGB (Red+Green+Blue) = 247+127+231=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FE7 is #088018. Grayscale: #AEAEAE. Windows color (decimal): -557081 or 15171575. OLE color: 15171575.

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

Color convert

RGB 247 127 231 -
CMYK 0 0.49 0.06 0.03
HSL 308º 0.88% 0.73% -
HSV(B) 308º 0.49% 0.97% -
XYZ 60.37 40.72 80.28 -
YUV 174.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 247 127 231 0 0.49 0.06 0.03 308 0.88 0.73
Hex F7 7F E7 0 31 6 3 134 58 49
Octal 367 177 347 0 61 6 3 464 130 111
Binary 11110111 1111111 11100111 0 110001 110 11 100110100 1011000 1001001

Color Harmonies of #F77FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FE7

Black with #F77FE7

Text Example


Text Example

White with #F77FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FE7; }

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

 H1.HeaderClassName
 {
   color: #F77FE7;
 }
 .AnyTagClassName
 {
   color: #F77FE7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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