Html Css Color HEX #F77BE0 Pale Magenta

📋 copy color: '#F77BE0'

red 247 ◦ green 123 ◦ blue 224

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

Shades of Pale Magenta #F77BE0

Tints of Pale Magenta #F77BE0

RGB

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

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

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

R = 41.58%
G = 20.71%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F77BE0 (or 0xF77BE0) is known color: Pale Magenta. HEX triplet: F7, 7B and E0. RGB value is (247,123,224). Sum of RGB (Red+Green+Blue) = 247+123+224=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BE0 is #08841F. Grayscale: #ABABAB. Windows color (decimal): -558112 or 14711799. OLE color: 14711799.

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

Color convert

RGB 247 123 224 -
CMYK 0 0.50 0.09 0.03
HSL 311.13º 0.89% 0.73% -
HSV(B) 311.13º 0.5% 0.97% -
XYZ 58.9 39.32 75.01 -
YUV 171.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 247 123 224 0 0.50 0.09 0.03 311.13 0.89 0.73
Hex F7 7B E0 0 32 9 3 137 59 49
Octal 367 173 340 0 62 11 3 467 131 111
Binary 11110111 1111011 11100000 0 110010 1001 11 100110111 1011001 1001001

Color Harmonies of #F77BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BE0

Black with #F77BE0

Text Example


Text Example

White with #F77BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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