Html Css Color HEX #FE03F5 Magenta

📋 copy color: '#FE03F5'

red 254 ◦ green 3 ◦ blue 245

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

Shades of Magenta #FE03F5

Tints of Magenta #FE03F5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.6%

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

R = 50.6%
G = 0.6%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE03F5 (or 0xFE03F5) is known color: Magenta. HEX triplet: FE, 03 and F5. RGB value is (254,3,245). Sum of RGB (Red+Green+Blue) = 254+3+245=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 3 (1.56% from 255 or 0.60% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE03F5 is #01FC0A. Grayscale: #686868. Windows color (decimal): -130059 or 16057342. OLE color: 16057342.

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

Color convert

RGB 254 3 245 -
CMYK 0 0.99 0.04 0.00
HSL 302.15º 0.99% 0.5% -
HSV(B) 302.15º 0.99% 1% -
XYZ 57.39 27.73 88.71 -
YUV 105.64 206.66 233.82 -
System Red Green Blue C M Y K H S L
Decimal 254 3 245 0 0.99 0.04 0.00 302.15 0.99 0.5
Hex FE 3 F5 0 63 4 0 12E 63 32
Octal 376 3 365 0 143 4 0 456 143 62
Binary 11111110 11 11110101 0 1100011 100 0 100101110 1100011 110010

Color Harmonies of #FE03F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE03F5

Black with #FE03F5

Text Example


Text Example

White with #FE03F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE03F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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