Html Css Color HEX #FC7FE2 Pale Magenta

📋 copy color: '#FC7FE2'

red 252 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #FC7FE2

Tints of Pale Magenta #FC7FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 41.65%
G = 20.99%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC7FE2 (or 0xFC7FE2) is known color: Pale Magenta. HEX triplet: FC, 7F and E2. RGB value is (252,127,226). Sum of RGB (Red+Green+Blue) = 252+127+226=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FE2 is #03801D. Grayscale: #AFAFAF. Windows color (decimal): -229406 or 14843900. OLE color: 14843900.

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

Color convert

RGB 252 127 226 -
CMYK 0 0.50 0.10 0.01
HSL 312.48º 0.95% 0.74% -
HSV(B) 312.48º 0.5% 0.99% -
XYZ 61.46 41.37 76.7 -
YUV 175.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 252 127 226 0 0.50 0.10 0.01 312.48 0.95 0.74
Hex FC 7F E2 0 32 A 1 138 5F 4A
Octal 374 177 342 0 62 12 1 470 137 112
Binary 11111100 1111111 11100010 0 110010 1010 1 100111000 1011111 1001010

Color Harmonies of #FC7FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FE2

Black with #FC7FE2

Text Example


Text Example

White with #FC7FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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