Html Css Color HEX #FA77E5 Pale Magenta

📋 copy color: '#FA77E5'

red 250 ◦ green 119 ◦ blue 229

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

Shades of Pale Magenta #FA77E5

Tints of Pale Magenta #FA77E5

RGB

 RED value IS 250 (98.05% from 255) = 41.81%

 GREEN value IS 119 (46.88% from 255) = 19.9%

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 41.81%
G = 19.9%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA77E5 (or 0xFA77E5) is known color: Pale Magenta. HEX triplet: FA, 77 and E5. RGB value is (250,119,229). Sum of RGB (Red+Green+Blue) = 250+119+229=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77E5 is #05881A. Grayscale: #AAAAAA. Windows color (decimal): -362523 or 15038458. OLE color: 15038458.

HSL color Cylindrical-coordinate representation of color #FA77E5: hue angle of 309.62º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77E5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 229 -
CMYK 0 0.52 0.08 0.02
HSL 309.62º 0.93% 0.72% -
HSV(B) 309.62º 0.52% 0.98% -
XYZ 60.16 39.17 78.52 -
YUV 170.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 250 119 229 0 0.52 0.08 0.02 309.62 0.93 0.72
Hex FA 77 E5 0 34 8 2 136 5D 48
Octal 372 167 345 0 64 10 2 466 135 110
Binary 11111010 1110111 11100101 0 110100 1000 10 100110110 1011101 1001000

Color Harmonies of #FA77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77E5

Black with #FA77E5

Text Example


Text Example

White with #FA77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77E5; }

 p { color: rgb(250,119,229); }

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

background-color css

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

 a { background-color: rgb(250,119,229); }

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

border-color css

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

 span { border-color: rgb(250,119,229); }

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