Html Css Color HEX #FC73E4 Pale Magenta

📋 copy color: '#FC73E4'

red 252 ◦ green 115 ◦ blue 228

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

Shades of Pale Magenta #FC73E4

Tints of Pale Magenta #FC73E4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.33%

 BLUE value IS 228 (89.45% from 255) = 38.32%

R = 42.35%
G = 19.33%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC73E4 (or 0xFC73E4) is known color: Pale Magenta. HEX triplet: FC, 73 and E4. RGB value is (252,115,228). Sum of RGB (Red+Green+Blue) = 252+115+228=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 115 (45.31% from 255 or 19.33% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73E4 is #038C1B. Grayscale: #A8A8A8. Windows color (decimal): -232476 or 14971900. OLE color: 14971900.

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

Color convert

RGB 252 115 228 -
CMYK 0 0.54 0.10 0.01
HSL 310.51º 0.96% 0.72% -
HSV(B) 310.51º 0.54% 0.99% -
XYZ 60.28 38.56 77.66 -
YUV 168.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 252 115 228 0 0.54 0.10 0.01 310.51 0.96 0.72
Hex FC 73 E4 0 36 A 1 137 60 48
Octal 374 163 344 0 66 12 1 467 140 110
Binary 11111100 1110011 11100100 0 110110 1010 1 100110111 1100000 1001000

Color Harmonies of #FC73E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73E4

Black with #FC73E4

Text Example


Text Example

White with #FC73E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73E4; }

 p { color: rgb(252,115,228); }

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

background-color css

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

 a { background-color: rgb(252,115,228); }

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

border-color css

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

 span { border-color: rgb(252,115,228); }

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