Html Css Color HEX #FC91E4 Pale Magenta

📋 copy color: '#FC91E4'

red 252 ◦ green 145 ◦ blue 228

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

Shades of Pale Magenta #FC91E4

Tints of Pale Magenta #FC91E4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.2%

 BLUE value IS 228 (89.45% from 255) = 36.48%

R = 40.32%
G = 23.2%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC91E4 (or 0xFC91E4) is known color: Pale Magenta. HEX triplet: FC, 91 and E4. RGB value is (252,145,228). Sum of RGB (Red+Green+Blue) = 252+145+228=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91E4 is #036E1B. Grayscale: #BABABA. Windows color (decimal): -224796 or 14979580. OLE color: 14979580.

HSL color Cylindrical-coordinate representation of color #FC91E4: hue angle of 313.46º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91E4 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 145 228 -
CMYK 0 0.42 0.10 0.01
HSL 313.46º 0.95% 0.78% -
HSV(B) 313.46º 0.42% 0.99% -
XYZ 64.27 46.55 79 -
YUV 186.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 252 145 228 0 0.42 0.10 0.01 313.46 0.95 0.78
Hex FC 91 E4 0 2A A 1 139 5F 4E
Octal 374 221 344 0 52 12 1 471 137 116
Binary 11111100 10010001 11100100 0 101010 1010 1 100111001 1011111 1001110

Color Harmonies of #FC91E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91E4

Black with #FC91E4

Text Example


Text Example

White with #FC91E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91E4; }

 p { color: rgb(252,145,228); }

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

background-color css

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

 a { background-color: rgb(252,145,228); }

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

border-color css

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

 span { border-color: rgb(252,145,228); }

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