Html Css Color HEX #F77CEA Pale Magenta

📋 copy color: '#F77CEA'

red 247 ◦ green 124 ◦ blue 234

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

Shades of Pale Magenta #F77CEA

Tints of Pale Magenta #F77CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.5%

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

R = 40.83%
G = 20.5%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F77CEA (or 0xF77CEA) is known color: Pale Magenta. HEX triplet: F7, 7C and EA. RGB value is (247,124,234). Sum of RGB (Red+Green+Blue) = 247+124+234=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CEA is #088315. Grayscale: #ADADAD. Windows color (decimal): -557846 or 15367415. OLE color: 15367415.

HSL color Cylindrical-coordinate representation of color #F77CEA: hue angle of 306.34º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CEA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 234 -
CMYK 0 0.50 0.05 0.03
HSL 306.34º 0.88% 0.73% -
HSV(B) 306.34º 0.5% 0.97% -
XYZ 60.42 40.13 82.4 -
YUV 173.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 247 124 234 0 0.50 0.05 0.03 306.34 0.88 0.73
Hex F7 7C EA 0 32 5 3 132 58 49
Octal 367 174 352 0 62 5 3 462 130 111
Binary 11110111 1111100 11101010 0 110010 101 11 100110010 1011000 1001001

Color Harmonies of #F77CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CEA

Black with #F77CEA

Text Example


Text Example

White with #F77CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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