Html Css Color HEX #FC7FE1 Pale Magenta

📋 copy color: '#FC7FE1'

red 252 ◦ green 127 ◦ blue 225

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

Shades of Pale Magenta #FC7FE1

Tints of Pale Magenta #FC7FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 21.03%

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 41.72%
G = 21.03%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC7FE1 (or 0xFC7FE1) is known color: Pale Magenta. HEX triplet: FC, 7F and E1. RGB value is (252,127,225). Sum of RGB (Red+Green+Blue) = 252+127+225=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FE1 is #03801E. Grayscale: #AFAFAF. Windows color (decimal): -229407 or 14778364. OLE color: 14778364.

HSL color Cylindrical-coordinate representation of color #FC7FE1: hue angle of 312.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FE1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 225 -
CMYK 0 0.50 0.11 0.01
HSL 312.96º 0.95% 0.74% -
HSV(B) 312.96º 0.5% 0.99% -
XYZ 61.32 41.31 75.98 -
YUV 175.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 252 127 225 0 0.50 0.11 0.01 312.96 0.95 0.74
Hex FC 7F E1 0 32 B 1 139 5F 4A
Octal 374 177 341 0 62 13 1 471 137 112
Binary 11111100 1111111 11100001 0 110010 1011 1 100111001 1011111 1001010

Color Harmonies of #FC7FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FE1

Black with #FC7FE1

Text Example


Text Example

White with #FC7FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FE1; }

 p { color: rgb(252,127,225); }

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

background-color css

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

 a { background-color: rgb(252,127,225); }

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

border-color css

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

 span { border-color: rgb(252,127,225); }

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