Html Css Color HEX #FC00EE Magenta

📋 copy color: '#FC00EE'

red 252 ◦ green 0 ◦ blue 238

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

Shades of Magenta #FC00EE

Tints of Magenta #FC00EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 51.43%
G = 0%
B = 48.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC00EE (or 0xFC00EE) is known color: Magenta. HEX triplet: FC, 00 and EE. RGB value is (252,0,238). Sum of RGB (Red+Green+Blue) = 252+0+238=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 0 (0.39% from 255 or 0% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00EE is #03FF11. Grayscale: #656565. Windows color (decimal): -261906 or 15597820. OLE color: 15597820.

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

Color convert

RGB 252 0 238 -
CMYK 0 1 0.06 0.01
HSL 303.33º 1% 0.49% -
HSV(B) 303.33º 1% 0.99% -
XYZ 55.58 26.87 83.15 -
YUV 102.48 204.49 234.65 -
System Red Green Blue C M Y K H S L
Decimal 252 0 238 0 1 0.06 0.01 303.33 1 0.49
Hex FC 0 EE 0 64 6 1 12F 64 31
Octal 374 0 356 0 144 6 1 457 144 61
Binary 11111100 0 11101110 0 1100100 110 1 100101111 1100100 110001

Color Harmonies of #FC00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00EE

Black with #FC00EE

Text Example


Text Example

White with #FC00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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