Html Css Color HEX #FC73DA Pale Magenta

📋 copy color: '#FC73DA'

red 252 ◦ green 115 ◦ blue 218

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

Shades of Pale Magenta #FC73DA

Tints of Pale Magenta #FC73DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 43.08%
G = 19.66%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC73DA (or 0xFC73DA) is known color: Pale Magenta. HEX triplet: FC, 73 and DA. RGB value is (252,115,218). Sum of RGB (Red+Green+Blue) = 252+115+218=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73DA is #038C25. Grayscale: #A7A7A7. Windows color (decimal): -232486 or 14316540. OLE color: 14316540.

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

Color convert

RGB 252 115 218 -
CMYK 0 0.54 0.13 0.01
HSL 314.89º 0.96% 0.72% -
HSV(B) 314.89º 0.54% 0.99% -
XYZ 58.93 38.02 70.56 -
YUV 167.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 252 115 218 0 0.54 0.13 0.01 314.89 0.96 0.72
Hex FC 73 DA 0 36 D 1 13B 60 48
Octal 374 163 332 0 66 15 1 473 140 110
Binary 11111100 1110011 11011010 0 110110 1101 1 100111011 1100000 1001000

Color Harmonies of #FC73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73DA

Black with #FC73DA

Text Example


Text Example

White with #FC73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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