Html Css Color HEX #FD73EC Pale Magenta

📋 copy color: '#FD73EC'

red 253 ◦ green 115 ◦ blue 236

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

Shades of Pale Magenta #FD73EC

Tints of Pale Magenta #FD73EC

RGB

 RED value IS 253 (99.22% from 255) = 41.89%

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

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

R = 41.89%
G = 19.04%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD73EC (or 0xFD73EC) is known color: Pale Magenta. HEX triplet: FD, 73 and EC. RGB value is (253,115,236). Sum of RGB (Red+Green+Blue) = 253+115+236=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD73EC is #028C13. Grayscale: #A9A9A9. Windows color (decimal): -166932 or 15496189. OLE color: 15496189.

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

Color convert

RGB 253 115 236 -
CMYK 0 0.55 0.07 0.01
HSL 307.39º 0.97% 0.72% -
HSV(B) 307.39º 0.55% 0.99% -
XYZ 61.78 39.2 83.67 -
YUV 170.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 253 115 236 0 0.55 0.07 0.01 307.39 0.97 0.72
Hex FD 73 EC 0 37 7 1 133 61 48
Octal 375 163 354 0 67 7 1 463 141 110
Binary 11111101 1110011 11101100 0 110111 111 1 100110011 1100001 1001000

Color Harmonies of #FD73EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD73EC

Black with #FD73EC

Text Example


Text Example

White with #FD73EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD73EC; }

 p { color: rgb(253,115,236); }

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

background-color css

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

 a { background-color: rgb(253,115,236); }

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

border-color css

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

 span { border-color: rgb(253,115,236); }

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