Html Css Color HEX #FE04FC Magenta

📋 copy color: '#FE04FC'

red 254 ◦ green 4 ◦ blue 252

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

Shades of Magenta #FE04FC

Tints of Magenta #FE04FC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE04FC (or 0xFE04FC) is known color: Magenta. HEX triplet: FE, 04 and FC. RGB value is (254,4,252). Sum of RGB (Red+Green+Blue) = 254+4+252=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 4 (1.95% from 255 or 0.78% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04FC is #01FB03. Grayscale: #6A6A6A. Windows color (decimal): -129796 or 16516350. OLE color: 16516350.

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

Color convert

RGB 254 4 252 -
CMYK 0 0.98 0.01 0.00
HSL 300.48º 0.99% 0.51% -
HSV(B) 300.48º 0.98% 1% -
XYZ 58.49 28.19 94.45 -
YUV 107.02 209.83 232.83 -
System Red Green Blue C M Y K H S L
Decimal 254 4 252 0 0.98 0.01 0.00 300.48 0.99 0.51
Hex FE 4 FC 0 62 1 0 12C 63 33
Octal 376 4 374 0 142 1 0 454 143 63
Binary 11111110 100 11111100 0 1100010 1 0 100101100 1100011 110011

Color Harmonies of #FE04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04FC

Black with #FE04FC

Text Example


Text Example

White with #FE04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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