Html Css Color HEX #FC00EF Magenta

📋 copy color: '#FC00EF'

red 252 ◦ green 0 ◦ blue 239

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

Shades of Magenta #FC00EF

Tints of Magenta #FC00EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 51.32%
G = 0%
B = 48.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC00EF (or 0xFC00EF) is known color: Magenta. HEX triplet: FC, 00 and EF. RGB value is (252,0,239). Sum of RGB (Red+Green+Blue) = 252+0+239=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 0 (0.39% from 255 or 0% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00EF is #03FF10. Grayscale: #656565. Windows color (decimal): -261905 or 15663356. OLE color: 15663356.

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

Color convert

RGB 252 0 239 -
CMYK 0 1 0.05 0.01
HSL 303.1º 1% 0.49% -
HSV(B) 303.1º 1% 0.99% -
XYZ 55.72 26.93 83.92 -
YUV 102.59 204.99 234.57 -
System Red Green Blue C M Y K H S L
Decimal 252 0 239 0 1 0.05 0.01 303.1 1 0.49
Hex FC 0 EF 0 64 5 1 12F 64 31
Octal 374 0 357 0 144 5 1 457 144 61
Binary 11111100 0 11101111 0 1100100 101 1 100101111 1100100 110001

Color Harmonies of #FC00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00EF

Black with #FC00EF

Text Example


Text Example

White with #FC00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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