Html Css Color HEX #FC04FE Magenta

📋 copy color: '#FC04FE'

red 252 ◦ green 4 ◦ blue 254

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

Shades of Magenta #FC04FE

Tints of Magenta #FC04FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 49.41%
G = 0.78%
B = 49.8%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC04FE (or 0xFC04FE) is known color: Magenta. HEX triplet: FC, 04 and FE. RGB value is (252,4,254). Sum of RGB (Red+Green+Blue) = 252+4+254=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 4 (1.95% from 255 or 0.78% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04FE is #03FB01. Grayscale: #696969. Windows color (decimal): -260866 or 16647420. OLE color: 16647420.

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

Color convert

RGB 252 4 254 -
CMYK 0.01 0.98 0 0.00
HSL 299.52º 0.99% 0.51% -
HSV(B) 299.52º 0.98% 1% -
XYZ 58.08 27.94 96.1 -
YUV 106.65 211.16 231.67 -
System Red Green Blue C M Y K H S L
Decimal 252 4 254 0.01 0.98 0 0.00 299.52 0.99 0.51
Hex FC 4 FE 1 62 0 0 12C 63 33
Octal 374 4 376 1 142 0 0 454 143 63
Binary 11111100 100 11111110 1 1100010 0 0 100101100 1100011 110011

Color Harmonies of #FC04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04FE

Black with #FC04FE

Text Example


Text Example

White with #FC04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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