Html Css Color HEX #FC1DE8 Magenta

📋 copy color: '#FC1DE8'

red 252 ◦ green 29 ◦ blue 232

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

Shades of Magenta #FC1DE8

Tints of Magenta #FC1DE8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.65%

 BLUE value IS 232 (91.02% from 255) = 45.22%

R = 49.12%
G = 5.65%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC1DE8 (or 0xFC1DE8) is known color: Magenta. HEX triplet: FC, 1D and E8. RGB value is (252,29,232). Sum of RGB (Red+Green+Blue) = 252+29+232=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 29 (11.72% from 255 or 5.65% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1DE8 is #03E217. Grayscale: #767676. Windows color (decimal): -254488 or 15212028. OLE color: 15212028.

HSL color Cylindrical-coordinate representation of color #FC1DE8: hue angle of 305.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1DE8 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 29 232 -
CMYK 0 0.88 0.08 0.01
HSL 305.38º 0.97% 0.55% -
HSV(B) 305.38º 0.88% 0.99% -
XYZ 55.15 27.4 78.73 -
YUV 118.82 191.88 222.99 -
System Red Green Blue C M Y K H S L
Decimal 252 29 232 0 0.88 0.08 0.01 305.38 0.97 0.55
Hex FC 1D E8 0 58 8 1 131 61 37
Octal 374 35 350 0 130 10 1 461 141 67
Binary 11111100 11101 11101000 0 1011000 1000 1 100110001 1100001 110111

Color Harmonies of #FC1DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1DE8

Black with #FC1DE8

Text Example


Text Example

White with #FC1DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1DE8; }

 p { color: rgb(252,29,232); }

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

background-color css

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

 a { background-color: rgb(252,29,232); }

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

border-color css

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

 span { border-color: rgb(252,29,232); }

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