Html Css Color HEX #FC73E7 Pale Magenta

📋 copy color: '#FC73E7'

red 252 ◦ green 115 ◦ blue 231

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

Shades of Pale Magenta #FC73E7

Tints of Pale Magenta #FC73E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.63%

R = 42.14%
G = 19.23%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC73E7 (or 0xFC73E7) is known color: Pale Magenta. HEX triplet: FC, 73 and E7. RGB value is (252,115,231). Sum of RGB (Red+Green+Blue) = 252+115+231=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 115 (45.31% from 255 or 19.23% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73E7 is #038C18. Grayscale: #A8A8A8. Windows color (decimal): -232473 or 15168508. OLE color: 15168508.

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

Color convert

RGB 252 115 231 -
CMYK 0 0.54 0.08 0.01
HSL 309.2º 0.96% 0.72% -
HSV(B) 309.2º 0.54% 0.99% -
XYZ 60.7 38.73 79.88 -
YUV 169.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 252 115 231 0 0.54 0.08 0.01 309.2 0.96 0.72
Hex FC 73 E7 0 36 8 1 135 60 48
Octal 374 163 347 0 66 10 1 465 140 110
Binary 11111100 1110011 11100111 0 110110 1000 1 100110101 1100000 1001000

Color Harmonies of #FC73E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73E7

Black with #FC73E7

Text Example


Text Example

White with #FC73E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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