Html Css Color HEX #FA77D8 Pale Magenta

📋 copy color: '#FA77D8'

red 250 ◦ green 119 ◦ blue 216

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

Shades of Pale Magenta #FA77D8

Tints of Pale Magenta #FA77D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 42.74%
G = 20.34%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA77D8 (or 0xFA77D8) is known color: Pale Magenta. HEX triplet: FA, 77 and D8. RGB value is (250,119,216). Sum of RGB (Red+Green+Blue) = 250+119+216=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77D8 is #058827. Grayscale: #A8A8A8. Windows color (decimal): -362536 or 14186490. OLE color: 14186490.

HSL color Cylindrical-coordinate representation of color #FA77D8: hue angle of 315.57º 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 #FA77D8 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 216 -
CMYK 0 0.52 0.14 0.02
HSL 315.57º 0.93% 0.72% -
HSV(B) 315.57º 0.52% 0.98% -
XYZ 58.42 38.48 69.31 -
YUV 169.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 250 119 216 0 0.52 0.14 0.02 315.57 0.93 0.72
Hex FA 77 D8 0 34 E 2 13C 5D 48
Octal 372 167 330 0 64 16 2 474 135 110
Binary 11111010 1110111 11011000 0 110100 1110 10 100111100 1011101 1001000

Color Harmonies of #FA77D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77D8

Black with #FA77D8

Text Example


Text Example

White with #FA77D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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