Html Css Color HEX #FC91E9 Pale Magenta

📋 copy color: '#FC91E9'

red 252 ◦ green 145 ◦ blue 233

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

Shades of Pale Magenta #FC91E9

Tints of Pale Magenta #FC91E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 40%
G = 23.02%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC91E9 (or 0xFC91E9) is known color: Pale Magenta. HEX triplet: FC, 91 and E9. RGB value is (252,145,233). Sum of RGB (Red+Green+Blue) = 252+145+233=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 145 (57.03% from 255 or 23.02% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91E9 is #036E16. Grayscale: #BABABA. Windows color (decimal): -224791 or 15307260. OLE color: 15307260.

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

Color convert

RGB 252 145 233 -
CMYK 0 0.42 0.08 0.01
HSL 310.65º 0.95% 0.78% -
HSV(B) 310.65º 0.42% 0.99% -
XYZ 64.98 46.83 82.71 -
YUV 187.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 252 145 233 0 0.42 0.08 0.01 310.65 0.95 0.78
Hex FC 91 E9 0 2A 8 1 137 5F 4E
Octal 374 221 351 0 52 10 1 467 137 116
Binary 11111100 10010001 11101001 0 101010 1000 1 100110111 1011111 1001110

Color Harmonies of #FC91E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC91E9

Black with #FC91E9

Text Example


Text Example

White with #FC91E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC91E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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