Html Css Color HEX #FC7CEF Pale Magenta

📋 copy color: '#FC7CEF'

red 252 ◦ green 124 ◦ blue 239

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

Shades of Pale Magenta #FC7CEF

Tints of Pale Magenta #FC7CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.16%

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

R = 40.98%
G = 20.16%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC7CEF (or 0xFC7CEF) is known color: Pale Magenta. HEX triplet: FC, 7C and EF. RGB value is (252,124,239). Sum of RGB (Red+Green+Blue) = 252+124+239=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CEF is #038310. Grayscale: #AFAFAF. Windows color (decimal): -230161 or 15695100. OLE color: 15695100.

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

Color convert

RGB 252 124 239 -
CMYK 0 0.51 0.05 0.01
HSL 306.09º 0.96% 0.74% -
HSV(B) 306.09º 0.51% 0.99% -
XYZ 62.93 41.34 86.32 -
YUV 175.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 252 124 239 0 0.51 0.05 0.01 306.09 0.96 0.74
Hex FC 7C EF 0 33 5 1 132 60 4A
Octal 374 174 357 0 63 5 1 462 140 112
Binary 11111100 1111100 11101111 0 110011 101 1 100110010 1100000 1001010

Color Harmonies of #FC7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7CEF

Black with #FC7CEF

Text Example


Text Example

White with #FC7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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