Html Css Color HEX #FC70E5 Pale Magenta

📋 copy color: '#FC70E5'

red 252 ◦ green 112 ◦ blue 229

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

Shades of Pale Magenta #FC70E5

Tints of Pale Magenta #FC70E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 42.5%
G = 18.89%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC70E5 (or 0xFC70E5) is known color: Pale Magenta. HEX triplet: FC, 70 and E5. RGB value is (252,112,229). Sum of RGB (Red+Green+Blue) = 252+112+229=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70E5 is #038F1A. Grayscale: #A6A6A6. Windows color (decimal): -233243 or 15036668. OLE color: 15036668.

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

Color convert

RGB 252 112 229 -
CMYK 0 0.56 0.09 0.01
HSL 309.86º 0.96% 0.71% -
HSV(B) 309.86º 0.56% 0.99% -
XYZ 60.08 37.94 78.29 -
YUV 167.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 252 112 229 0 0.56 0.09 0.01 309.86 0.96 0.71
Hex FC 70 E5 0 38 9 1 136 60 47
Octal 374 160 345 0 70 11 1 466 140 107
Binary 11111100 1110000 11100101 0 111000 1001 1 100110110 1100000 1000111

Color Harmonies of #FC70E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70E5

Black with #FC70E5

Text Example


Text Example

White with #FC70E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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