Html Css Color HEX #F77FE1 Pale Magenta

📋 copy color: '#F77FE1'

red 247 ◦ green 127 ◦ blue 225

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

Shades of Pale Magenta #F77FE1

Tints of Pale Magenta #F77FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.56%

R = 41.24%
G = 21.2%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F77FE1 (or 0xF77FE1) is known color: Pale Magenta. HEX triplet: F7, 7F and E1. RGB value is (247,127,225). Sum of RGB (Red+Green+Blue) = 247+127+225=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FE1 is #08801E. Grayscale: #ADADAD. Windows color (decimal): -557087 or 14778359. OLE color: 14778359.

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

Color convert

RGB 247 127 225 -
CMYK 0 0.49 0.09 0.03
HSL 311º 0.88% 0.73% -
HSV(B) 311º 0.49% 0.97% -
XYZ 59.54 40.39 75.89 -
YUV 174.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 247 127 225 0 0.49 0.09 0.03 311 0.88 0.73
Hex F7 7F E1 0 31 9 3 137 58 49
Octal 367 177 341 0 61 11 3 467 130 111
Binary 11110111 1111111 11100001 0 110001 1001 11 100110111 1011000 1001001

Color Harmonies of #F77FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FE1

Black with #F77FE1

Text Example


Text Example

White with #F77FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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