Html Css Color HEX #FC04EF Magenta

📋 copy color: '#FC04EF'

red 252 ◦ green 4 ◦ blue 239

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

Shades of Magenta #FC04EF

Tints of Magenta #FC04EF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 50.91%
G = 0.81%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC04EF (or 0xFC04EF) is known color: Magenta. HEX triplet: FC, 04 and EF. RGB value is (252,4,239). Sum of RGB (Red+Green+Blue) = 252+4+239=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 4 (1.95% from 255 or 0.81% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04EF is #03FB10. Grayscale: #686868. Windows color (decimal): -260881 or 15664380. OLE color: 15664380.

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

Color convert

RGB 252 4 239 -
CMYK 0 0.98 0.05 0.01
HSL 303.15º 0.98% 0.5% -
HSV(B) 303.15º 0.98% 0.99% -
XYZ 55.77 27.01 83.94 -
YUV 104.94 203.66 232.89 -
System Red Green Blue C M Y K H S L
Decimal 252 4 239 0 0.98 0.05 0.01 303.15 0.98 0.5
Hex FC 4 EF 0 62 5 1 12F 62 32
Octal 374 4 357 0 142 5 1 457 142 62
Binary 11111100 100 11101111 0 1100010 101 1 100101111 1100010 110010

Color Harmonies of #FC04EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04EF

Black with #FC04EF

Text Example


Text Example

White with #FC04EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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