Html Css Color HEX #FE04F5 Magenta

📋 copy color: '#FE04F5'

red 254 ◦ green 4 ◦ blue 245

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

Shades of Magenta #FE04F5

Tints of Magenta #FE04F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.71%

R = 50.5%
G = 0.8%
B = 48.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE04F5 (or 0xFE04F5) is known color: Magenta. HEX triplet: FE, 04 and F5. RGB value is (254,4,245). Sum of RGB (Red+Green+Blue) = 254+4+245=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 4 (1.95% from 255 or 0.80% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE04F5 is #01FB0A. Grayscale: #696969. Windows color (decimal): -129803 or 16057598. OLE color: 16057598.

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

Color convert

RGB 254 4 245 -
CMYK 0 0.98 0.04 0.00
HSL 302.16º 0.99% 0.51% -
HSV(B) 302.16º 0.98% 1% -
XYZ 57.4 27.75 88.72 -
YUV 106.22 206.33 233.4 -
System Red Green Blue C M Y K H S L
Decimal 254 4 245 0 0.98 0.04 0.00 302.16 0.99 0.51
Hex FE 4 F5 0 62 4 0 12E 63 33
Octal 376 4 365 0 142 4 0 456 143 63
Binary 11111110 100 11110101 0 1100010 100 0 100101110 1100011 110011

Color Harmonies of #FE04F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04F5

Black with #FE04F5

Text Example


Text Example

White with #FE04F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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