Html Css Color HEX #FA77EE Pale Magenta

📋 copy color: '#FA77EE'

red 250 ◦ green 119 ◦ blue 238

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

Shades of Pale Magenta #FA77EE

Tints of Pale Magenta #FA77EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.21%

R = 41.19%
G = 19.6%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA77EE (or 0xFA77EE) is known color: Pale Magenta. HEX triplet: FA, 77 and EE. RGB value is (250,119,238). Sum of RGB (Red+Green+Blue) = 250+119+238=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA77EE is #058811. Grayscale: #ABABAB. Windows color (decimal): -362514 or 15628282. OLE color: 15628282.

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

Color convert

RGB 250 119 238 -
CMYK 0 0.52 0.05 0.02
HSL 305.5º 0.93% 0.72% -
HSV(B) 305.5º 0.52% 0.98% -
XYZ 61.45 39.69 85.31 -
YUV 171.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 250 119 238 0 0.52 0.05 0.02 305.5 0.93 0.72
Hex FA 77 EE 0 34 5 2 131 5D 48
Octal 372 167 356 0 64 5 2 461 135 110
Binary 11111010 1110111 11101110 0 110100 101 10 100110001 1011101 1001000

Color Harmonies of #FA77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77EE

Black with #FA77EE

Text Example


Text Example

White with #FA77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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