Html Css Color HEX #FC70E1 Pale Magenta

📋 copy color: '#FC70E1'

red 252 ◦ green 112 ◦ blue 225

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

Shades of Pale Magenta #FC70E1

Tints of Pale Magenta #FC70E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 42.78%
G = 19.02%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC70E1 (or 0xFC70E1) is known color: Pale Magenta. HEX triplet: FC, 70 and E1. RGB value is (252,112,225). Sum of RGB (Red+Green+Blue) = 252+112+225=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70E1 is #038F1E. Grayscale: #A6A6A6. Windows color (decimal): -233247 or 14774524. OLE color: 14774524.

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

Color convert

RGB 252 112 225 -
CMYK 0 0.56 0.11 0.01
HSL 311.57º 0.96% 0.71% -
HSV(B) 311.57º 0.56% 0.99% -
XYZ 59.53 37.72 75.38 -
YUV 166.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 252 112 225 0 0.56 0.11 0.01 311.57 0.96 0.71
Hex FC 70 E1 0 38 B 1 138 60 47
Octal 374 160 341 0 70 13 1 470 140 107
Binary 11111100 1110000 11100001 0 111000 1011 1 100111000 1100000 1000111

Color Harmonies of #FC70E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70E1

Black with #FC70E1

Text Example


Text Example

White with #FC70E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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