Html Css Color HEX #FC00E6 Magenta

📋 copy color: '#FC00E6'

red 252 ◦ green 0 ◦ blue 230

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

Shades of Magenta #FC00E6

Tints of Magenta #FC00E6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 52.28%
G = 0%
B = 47.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC00E6 (or 0xFC00E6) is known color: Magenta. HEX triplet: FC, 00 and E6. RGB value is (252,0,230). Sum of RGB (Red+Green+Blue) = 252+0+230=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00E6 is #03FF19. Grayscale: #646464. Windows color (decimal): -261914 or 15073532. OLE color: 15073532.

HSL color Cylindrical-coordinate representation of color #FC00E6: hue angle of 305.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00E6 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 230 -
CMYK 0 1 0.09 0.01
HSL 305.24º 1% 0.49% -
HSV(B) 305.24º 1% 0.99% -
XYZ 54.43 26.41 77.09 -
YUV 101.57 200.49 235.3 -
System Red Green Blue C M Y K H S L
Decimal 252 0 230 0 1 0.09 0.01 305.24 1 0.49
Hex FC 0 E6 0 64 9 1 131 64 31
Octal 374 0 346 0 144 11 1 461 144 61
Binary 11111100 0 11100110 0 1100100 1001 1 100110001 1100100 110001

Color Harmonies of #FC00E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00E6

Black with #FC00E6

Text Example


Text Example

White with #FC00E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00E6; }

 p { color: rgb(252,0,230); }

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

background-color css

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

 a { background-color: rgb(252,0,230); }

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

border-color css

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

 span { border-color: rgb(252,0,230); }

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