Html Css Color HEX #FC77ED Pale Magenta

📋 copy color: '#FC77ED'

red 252 ◦ green 119 ◦ blue 237

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

Shades of Pale Magenta #FC77ED

Tints of Pale Magenta #FC77ED

RGB

 RED value IS 252 (98.83% from 255) = 41.45%

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

 BLUE value IS 237 (92.97% from 255) = 38.98%

R = 41.45%
G = 19.57%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC77ED (or 0xFC77ED) is known color: Pale Magenta. HEX triplet: FC, 77 and ED. RGB value is (252,119,237). Sum of RGB (Red+Green+Blue) = 252+119+237=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 119 (46.88% from 255 or 19.57% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77ED is #038812. Grayscale: #ABABAB. Windows color (decimal): -231443 or 15562748. OLE color: 15562748.

HSL color Cylindrical-coordinate representation of color #FC77ED: hue angle of 306.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77ED is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 119 237 -
CMYK 0 0.53 0.06 0.01
HSL 306.77º 0.96% 0.73% -
HSV(B) 306.77º 0.53% 0.99% -
XYZ 62.03 40 84.57 -
YUV 172.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 252 119 237 0 0.53 0.06 0.01 306.77 0.96 0.73
Hex FC 77 ED 0 35 6 1 133 60 49
Octal 374 167 355 0 65 6 1 463 140 111
Binary 11111100 1110111 11101101 0 110101 110 1 100110011 1100000 1001001

Color Harmonies of #FC77ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77ED

Black with #FC77ED

Text Example


Text Example

White with #FC77ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77ED; }

 p { color: rgb(252,119,237); }

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

background-color css

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

 a { background-color: rgb(252,119,237); }

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

border-color css

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

 span { border-color: rgb(252,119,237); }

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