Html Css Color HEX #F77EE0 Pale Magenta

📋 copy color: '#F77EE0'

red 247 ◦ green 126 ◦ blue 224

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

Shades of Pale Magenta #F77EE0

Tints of Pale Magenta #F77EE0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.11%

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 41.37%
G = 21.11%
B = 37.52%

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

#F77EE0 (or 0xF77EE0) is known color: Pale Magenta. HEX triplet: F7, 7E and E0. RGB value is (247,126,224). Sum of RGB (Red+Green+Blue) = 247+126+224=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77EE0 is #08811F. Grayscale: #ADADAD. Windows color (decimal): -557344 or 14712567. OLE color: 14712567.

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

Color convert

RGB 247 126 224 -
CMYK 0 0.49 0.09 0.03
HSL 311.41º 0.88% 0.73% -
HSV(B) 311.41º 0.49% 0.97% -
XYZ 59.27 40.08 75.13 -
YUV 173.35 156.59 180.53 -
System Red Green Blue C M Y K H S L
Decimal 247 126 224 0 0.49 0.09 0.03 311.41 0.88 0.73
Hex F7 7E E0 0 31 9 3 137 58 49
Octal 367 176 340 0 61 11 3 467 130 111
Binary 11110111 1111110 11100000 0 110001 1001 11 100110111 1011000 1001001

Color Harmonies of #F77EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77EE0

Black with #F77EE0

Text Example


Text Example

White with #F77EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77EE0; }

 p { color: rgb(247,126,224); }

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

background-color css

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

 a { background-color: rgb(247,126,224); }

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

border-color css

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

 span { border-color: rgb(247,126,224); }

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