Html Css Color HEX #FA77DD Pale Magenta

📋 copy color: '#FA77DD'

red 250 ◦ green 119 ◦ blue 221

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

Shades of Pale Magenta #FA77DD

Tints of Pale Magenta #FA77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 42.37%
G = 20.17%
B = 37.46%

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

#FA77DD (or 0xFA77DD) is known color: Pale Magenta. HEX triplet: FA, 77 and DD. RGB value is (250,119,221). Sum of RGB (Red+Green+Blue) = 250+119+221=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77DD is #058822. Grayscale: #A9A9A9. Windows color (decimal): -362531 or 14514170. OLE color: 14514170.

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

Color convert

RGB 250 119 221 -
CMYK 0 0.52 0.12 0.02
HSL 313.28º 0.93% 0.72% -
HSV(B) 313.28º 0.52% 0.98% -
XYZ 59.07 38.74 72.77 -
YUV 169.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 250 119 221 0 0.52 0.12 0.02 313.28 0.93 0.72
Hex FA 77 DD 0 34 C 2 139 5D 48
Octal 372 167 335 0 64 14 2 471 135 110
Binary 11111010 1110111 11011101 0 110100 1100 10 100111001 1011101 1001000

Color Harmonies of #FA77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77DD

Black with #FA77DD

Text Example


Text Example

White with #FA77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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