Html Css Color HEX #F77BE1 Pale Magenta

📋 copy color: '#F77BE1'

red 247 ◦ green 123 ◦ blue 225

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

Shades of Pale Magenta #F77BE1

Tints of Pale Magenta #F77BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 41.51%
G = 20.67%
B = 37.82%

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

#F77BE1 (or 0xF77BE1) is known color: Pale Magenta. HEX triplet: F7, 7B and E1. RGB value is (247,123,225). Sum of RGB (Red+Green+Blue) = 247+123+225=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BE1 is #08841E. Grayscale: #ABABAB. Windows color (decimal): -558111 or 14777335. OLE color: 14777335.

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

Color convert

RGB 247 123 225 -
CMYK 0 0.50 0.09 0.03
HSL 310.65º 0.89% 0.73% -
HSV(B) 310.65º 0.5% 0.97% -
XYZ 59.03 39.38 75.72 -
YUV 171.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 247 123 225 0 0.50 0.09 0.03 310.65 0.89 0.73
Hex F7 7B E1 0 32 9 3 137 59 49
Octal 367 173 341 0 62 11 3 467 131 111
Binary 11110111 1111011 11100001 0 110010 1001 11 100110111 1011001 1001001

Color Harmonies of #F77BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BE1

Black with #F77BE1

Text Example


Text Example

White with #F77BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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