Html Css Color HEX #FC74EC Pale Magenta

📋 copy color: '#FC74EC'

red 252 ◦ green 116 ◦ blue 236

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

Shades of Pale Magenta #FC74EC

Tints of Pale Magenta #FC74EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.21%

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 41.72%
G = 19.21%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC74EC (or 0xFC74EC) is known color: Pale Magenta. HEX triplet: FC, 74 and EC. RGB value is (252,116,236). Sum of RGB (Red+Green+Blue) = 252+116+236=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 116 (45.70% from 255 or 19.21% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74EC is #038B13. Grayscale: #AAAAAA. Windows color (decimal): -232212 or 15496444. OLE color: 15496444.

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

Color convert

RGB 252 116 236 -
CMYK 0 0.54 0.06 0.01
HSL 307.06º 0.96% 0.72% -
HSV(B) 307.06º 0.54% 0.99% -
XYZ 61.53 39.24 83.69 -
YUV 170.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 252 116 236 0 0.54 0.06 0.01 307.06 0.96 0.72
Hex FC 74 EC 0 36 6 1 133 60 48
Octal 374 164 354 0 66 6 1 463 140 110
Binary 11111100 1110100 11101100 0 110110 110 1 100110011 1100000 1001000

Color Harmonies of #FC74EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC74EC

Black with #FC74EC

Text Example


Text Example

White with #FC74EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC74EC; }

 p { color: rgb(252,116,236); }

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

background-color css

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

 a { background-color: rgb(252,116,236); }

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

border-color css

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

 span { border-color: rgb(252,116,236); }

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