Html Css Color HEX #FC7FEA Pale Magenta

📋 copy color: '#FC7FEA'

red 252 ◦ green 127 ◦ blue 234

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

Shades of Pale Magenta #FC7FEA

Tints of Pale Magenta #FC7FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 41.11%
G = 20.72%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC7FEA (or 0xFC7FEA) is known color: Pale Magenta. HEX triplet: FC, 7F and EA. RGB value is (252,127,234). Sum of RGB (Red+Green+Blue) = 252+127+234=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 127 (50% from 255 or 20.72% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FEA is #038015. Grayscale: #B0B0B0. Windows color (decimal): -229398 or 15368188. OLE color: 15368188.

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

Color convert

RGB 252 127 234 -
CMYK 0 0.50 0.07 0.01
HSL 308.64º 0.95% 0.74% -
HSV(B) 308.64º 0.5% 0.99% -
XYZ 62.59 41.81 82.61 -
YUV 176.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 252 127 234 0 0.50 0.07 0.01 308.64 0.95 0.74
Hex FC 7F EA 0 32 7 1 135 5F 4A
Octal 374 177 352 0 62 7 1 465 137 112
Binary 11111100 1111111 11101010 0 110010 111 1 100110101 1011111 1001010

Color Harmonies of #FC7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7FEA

Black with #FC7FEA

Text Example


Text Example

White with #FC7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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