Html Css Color HEX #F77BEA Pale Magenta

📋 copy color: '#F77BEA'

red 247 ◦ green 123 ◦ blue 234

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

Shades of Pale Magenta #F77BEA

Tints of Pale Magenta #F77BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.36%

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

R = 40.89%
G = 20.36%
B = 38.74%

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

#F77BEA (or 0xF77BEA) is known color: Pale Magenta. HEX triplet: F7, 7B and EA. RGB value is (247,123,234). Sum of RGB (Red+Green+Blue) = 247+123+234=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 123 (48.44% from 255 or 20.36% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77BEA is #088415. Grayscale: #ACACAC. Windows color (decimal): -558102 or 15367159. OLE color: 15367159.

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

Color convert

RGB 247 123 234 -
CMYK 0 0.50 0.05 0.03
HSL 306.29º 0.89% 0.73% -
HSV(B) 306.29º 0.5% 0.97% -
XYZ 60.29 39.88 82.36 -
YUV 172.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 247 123 234 0 0.50 0.05 0.03 306.29 0.89 0.73
Hex F7 7B EA 0 32 5 3 132 59 49
Octal 367 173 352 0 62 5 3 462 131 111
Binary 11110111 1111011 11101010 0 110010 101 11 100110010 1011001 1001001

Color Harmonies of #F77BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BEA

Black with #F77BEA

Text Example


Text Example

White with #F77BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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