Html Css Color HEX #FC71E5 Pale Magenta

📋 copy color: '#FC71E5'

red 252 ◦ green 113 ◦ blue 229

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

Shades of Pale Magenta #FC71E5

Tints of Pale Magenta #FC71E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.02%

 BLUE value IS 229 (89.84% from 255) = 38.55%

R = 42.42%
G = 19.02%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC71E5 (or 0xFC71E5) is known color: Pale Magenta. HEX triplet: FC, 71 and E5. RGB value is (252,113,229). Sum of RGB (Red+Green+Blue) = 252+113+229=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 113 (44.53% from 255 or 19.02% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71E5 is #038E1A. Grayscale: #A7A7A7. Windows color (decimal): -232987 or 15036924. OLE color: 15036924.

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

Color convert

RGB 252 113 229 -
CMYK 0 0.55 0.09 0.01
HSL 309.93º 0.96% 0.72% -
HSV(B) 309.93º 0.55% 0.99% -
XYZ 60.19 38.16 78.32 -
YUV 167.79 162.55 188.07 -
System Red Green Blue C M Y K H S L
Decimal 252 113 229 0 0.55 0.09 0.01 309.93 0.96 0.72
Hex FC 71 E5 0 37 9 1 136 60 48
Octal 374 161 345 0 67 11 1 466 140 110
Binary 11111100 1110001 11100101 0 110111 1001 1 100110110 1100000 1001000

Color Harmonies of #FC71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71E5

Black with #FC71E5

Text Example


Text Example

White with #FC71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71E5; }

 p { color: rgb(252,113,229); }

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

background-color css

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

 a { background-color: rgb(252,113,229); }

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

border-color css

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

 span { border-color: rgb(252,113,229); }

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