Html Css Color HEX #FC70DF Pale Magenta

📋 copy color: '#FC70DF'

red 252 ◦ green 112 ◦ blue 223

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

Shades of Pale Magenta #FC70DF

Tints of Pale Magenta #FC70DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 42.93%
G = 19.08%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC70DF (or 0xFC70DF) is known color: Pale Magenta. HEX triplet: FC, 70 and DF. RGB value is (252,112,223). Sum of RGB (Red+Green+Blue) = 252+112+223=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70DF is #038F20. Grayscale: #A6A6A6. Windows color (decimal): -233249 or 14643452. OLE color: 14643452.

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

Color convert

RGB 252 112 223 -
CMYK 0 0.56 0.12 0.01
HSL 312.43º 0.96% 0.71% -
HSV(B) 312.43º 0.56% 0.99% -
XYZ 59.26 37.61 73.95 -
YUV 166.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 252 112 223 0 0.56 0.12 0.01 312.43 0.96 0.71
Hex FC 70 DF 0 38 C 1 138 60 47
Octal 374 160 337 0 70 14 1 470 140 107
Binary 11111100 1110000 11011111 0 111000 1100 1 100111000 1100000 1000111

Color Harmonies of #FC70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70DF

Black with #FC70DF

Text Example


Text Example

White with #FC70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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