Html Css Color HEX #FA77DC Pale Magenta

📋 copy color: '#FA77DC'

red 250 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #FA77DC

Tints of Pale Magenta #FA77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 42.44%
G = 20.2%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA77DC (or 0xFA77DC) is known color: Pale Magenta. HEX triplet: FA, 77 and DC. RGB value is (250,119,220). Sum of RGB (Red+Green+Blue) = 250+119+220=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77DC is #058823. Grayscale: #A9A9A9. Windows color (decimal): -362532 or 14448634. OLE color: 14448634.

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

Color convert

RGB 250 119 220 -
CMYK 0 0.52 0.12 0.02
HSL 313.74º 0.93% 0.72% -
HSV(B) 313.74º 0.52% 0.98% -
XYZ 58.94 38.68 72.07 -
YUV 169.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 250 119 220 0 0.52 0.12 0.02 313.74 0.93 0.72
Hex FA 77 DC 0 34 C 2 13A 5D 48
Octal 372 167 334 0 64 14 2 472 135 110
Binary 11111010 1110111 11011100 0 110100 1100 10 100111010 1011101 1001000

Color Harmonies of #FA77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77DC

Black with #FA77DC

Text Example


Text Example

White with #FA77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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