Html Css Color HEX #FE04FD Magenta

📋 copy color: '#FE04FD'

red 254 ◦ green 4 ◦ blue 253

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

Shades of Magenta #FE04FD

Tints of Magenta #FE04FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.51%

R = 49.71%
G = 0.78%
B = 49.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE04FD (or 0xFE04FD) is known color: Magenta. HEX triplet: FE, 04 and FD. RGB value is (254,4,253). Sum of RGB (Red+Green+Blue) = 254+4+253=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 4 (1.95% from 255 or 0.78% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04FD is #01FB02. Grayscale: #6A6A6A. Windows color (decimal): -129795 or 16581886. OLE color: 16581886.

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

Color convert

RGB 254 4 253 -
CMYK 0 0.98 0.00 0.00
HSL 300.24º 0.99% 0.51% -
HSV(B) 300.24º 0.98% 1% -
XYZ 58.65 28.25 95.29 -
YUV 107.14 210.33 232.75 -
System Red Green Blue C M Y K H S L
Decimal 254 4 253 0 0.98 0.00 0.00 300.24 0.99 0.51
Hex FE 4 FD 0 62 0 0 12C 63 33
Octal 376 4 375 0 142 0 0 454 143 63
Binary 11111110 100 11111101 0 1100010 0 0 100101100 1100011 110011

Color Harmonies of #FE04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04FD

Black with #FE04FD

Text Example


Text Example

White with #FE04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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