Html Css Color HEX #FC04FC Magenta

📋 copy color: '#FC04FC'

red 252 ◦ green 4 ◦ blue 252

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

Shades of Magenta #FC04FC

Tints of Magenta #FC04FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 49.61%
G = 0.79%
B = 49.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC04FC (or 0xFC04FC) is known color: Magenta. HEX triplet: FC, 04 and FC. RGB value is (252,4,252). Sum of RGB (Red+Green+Blue) = 252+4+252=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 4 (1.95% from 255 or 0.79% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC04FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04FC is #03FB03. Grayscale: #696969. Windows color (decimal): -260868 or 16516348. OLE color: 16516348.

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

Color convert

RGB 252 4 252 -
CMYK 0 0.98 0 0.01
HSL 300º 0.98% 0.5% -
HSV(B) 300º 0.98% 0.99% -
XYZ 57.76 27.81 94.42 -
YUV 106.42 210.16 231.83 -
System Red Green Blue C M Y K H S L
Decimal 252 4 252 0 0.98 0 0.01 300 0.98 0.5
Hex FC 4 FC 0 62 0 1 12C 62 32
Octal 374 4 374 0 142 0 1 454 142 62
Binary 11111100 100 11111100 0 1100010 0 1 100101100 1100010 110010

Color Harmonies of #FC04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04FC

Black with #FC04FC

Text Example


Text Example

White with #FC04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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