Html Css Color HEX #FC7FE5 Pale Magenta

📋 copy color: '#FC7FE5'

red 252 ◦ green 127 ◦ blue 229

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

Shades of Pale Magenta #FC7FE5

Tints of Pale Magenta #FC7FE5

RGB

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

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

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

R = 41.45%
G = 20.89%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC7FE5 (or 0xFC7FE5) is known color: Pale Magenta. HEX triplet: FC, 7F and E5. RGB value is (252,127,229). Sum of RGB (Red+Green+Blue) = 252+127+229=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 127 (50% from 255 or 20.89% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FE5 is #03801A. Grayscale: #AFAFAF. Windows color (decimal): -229403 or 15040508. OLE color: 15040508.

HSL color Cylindrical-coordinate representation of color #FC7FE5: hue angle of 311.04º 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 #FC7FE5 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 229 -
CMYK 0 0.50 0.09 0.01
HSL 311.04º 0.95% 0.74% -
HSV(B) 311.04º 0.5% 0.99% -
XYZ 61.88 41.53 78.88 -
YUV 176 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 252 127 229 0 0.50 0.09 0.01 311.04 0.95 0.74
Hex FC 7F E5 0 32 9 1 137 5F 4A
Octal 374 177 345 0 62 11 1 467 137 112
Binary 11111100 1111111 11100101 0 110010 1001 1 100110111 1011111 1001010

Color Harmonies of #FC7FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FE5

Black with #FC7FE5

Text Example


Text Example

White with #FC7FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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