Html Css Color HEX #FC70DC Pale Magenta

📋 copy color: '#FC70DC'

red 252 ◦ green 112 ◦ blue 220

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

Shades of Pale Magenta #FC70DC

Tints of Pale Magenta #FC70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.18%

 BLUE value IS 220 (86.33% from 255) = 37.67%

R = 43.15%
G = 19.18%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC70DC (or 0xFC70DC) is known color: Pale Magenta. HEX triplet: FC, 70 and DC. RGB value is (252,112,220). Sum of RGB (Red+Green+Blue) = 252+112+220=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70DC is #038F23. Grayscale: #A5A5A5. Windows color (decimal): -233252 or 14446844. OLE color: 14446844.

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

Color convert

RGB 252 112 220 -
CMYK 0 0.56 0.13 0.01
HSL 313.71º 0.96% 0.71% -
HSV(B) 313.71º 0.56% 0.99% -
XYZ 58.86 37.45 71.84 -
YUV 166.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 252 112 220 0 0.56 0.13 0.01 313.71 0.96 0.71
Hex FC 70 DC 0 38 D 1 13A 60 47
Octal 374 160 334 0 70 15 1 472 140 107
Binary 11111100 1110000 11011100 0 111000 1101 1 100111010 1100000 1000111

Color Harmonies of #FC70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70DC

Black with #FC70DC

Text Example


Text Example

White with #FC70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70DC; }

 p { color: rgb(252,112,220); }

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

background-color css

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

 a { background-color: rgb(252,112,220); }

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

border-color css

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

 span { border-color: rgb(252,112,220); }

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