Html Css Color HEX #FC7FEF Pale Magenta

📋 copy color: '#FC7FEF'

red 252 ◦ green 127 ◦ blue 239

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

Shades of Pale Magenta #FC7FEF

Tints of Pale Magenta #FC7FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 40.78%
G = 20.55%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC7FEF (or 0xFC7FEF) is known color: Pale Magenta. HEX triplet: FC, 7F and EF. RGB value is (252,127,239). Sum of RGB (Red+Green+Blue) = 252+127+239=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FEF is #038010. Grayscale: #B0B0B0. Windows color (decimal): -229393 or 15695868. OLE color: 15695868.

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

Color convert

RGB 252 127 239 -
CMYK 0 0.50 0.05 0.01
HSL 306.24º 0.95% 0.74% -
HSV(B) 306.24º 0.5% 0.99% -
XYZ 63.31 42.11 86.45 -
YUV 177.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 252 127 239 0 0.50 0.05 0.01 306.24 0.95 0.74
Hex FC 7F EF 0 32 5 1 132 5F 4A
Octal 374 177 357 0 62 5 1 462 137 112
Binary 11111100 1111111 11101111 0 110010 101 1 100110010 1011111 1001010

Color Harmonies of #FC7FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FEF

Black with #FC7FEF

Text Example


Text Example

White with #FC7FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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