Html Css Color HEX #F77FEA Pale Magenta

📋 copy color: '#F77FEA'

red 247 ◦ green 127 ◦ blue 234

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

Shades of Pale Magenta #F77FEA

Tints of Pale Magenta #F77FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 40.63%
G = 20.89%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F77FEA (or 0xF77FEA) is known color: Pale Magenta. HEX triplet: F7, 7F and EA. RGB value is (247,127,234). Sum of RGB (Red+Green+Blue) = 247+127+234=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FEA is #088015. Grayscale: #AEAEAE. Windows color (decimal): -557078 or 15368183. OLE color: 15368183.

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

Color convert

RGB 247 127 234 -
CMYK 0 0.49 0.05 0.03
HSL 306.5º 0.88% 0.73% -
HSV(B) 306.5º 0.49% 0.97% -
XYZ 60.8 40.89 82.53 -
YUV 175.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 247 127 234 0 0.49 0.05 0.03 306.5 0.88 0.73
Hex F7 7F EA 0 31 5 3 132 58 49
Octal 367 177 352 0 61 5 3 462 130 111
Binary 11110111 1111111 11101010 0 110001 101 11 100110010 1011000 1001001

Color Harmonies of #F77FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FEA

Black with #F77FEA

Text Example


Text Example

White with #F77FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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