Html Css Color HEX #F77DEA Pale Magenta

📋 copy color: '#F77DEA'

red 247 ◦ green 125 ◦ blue 234

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

Shades of Pale Magenta #F77DEA

Tints of Pale Magenta #F77DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.63%

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

R = 40.76%
G = 20.63%
B = 38.61%

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

#F77DEA (or 0xF77DEA) is known color: Pale Magenta. HEX triplet: F7, 7D and EA. RGB value is (247,125,234). Sum of RGB (Red+Green+Blue) = 247+125+234=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 125 (49.22% from 255 or 20.63% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DEA is #088215. Grayscale: #ADADAD. Windows color (decimal): -557590 or 15367671. OLE color: 15367671.

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

Color convert

RGB 247 125 234 -
CMYK 0 0.49 0.05 0.03
HSL 306.39º 0.88% 0.73% -
HSV(B) 306.39º 0.49% 0.97% -
XYZ 60.54 40.38 82.45 -
YUV 173.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 247 125 234 0 0.49 0.05 0.03 306.39 0.88 0.73
Hex F7 7D EA 0 31 5 3 132 58 49
Octal 367 175 352 0 61 5 3 462 130 111
Binary 11110111 1111101 11101010 0 110001 101 11 100110010 1011000 1001001

Color Harmonies of #F77DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DEA

Black with #F77DEA

Text Example


Text Example

White with #F77DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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