Html Css Color HEX #FE03FF Magenta

📋 copy color: '#FE03FF'

red 254 ◦ green 3 ◦ blue 255

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

Shades of Magenta #FE03FF

Tints of Magenta #FE03FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 49.61%
G = 0.59%
B = 49.8%

CMYK

 C value IS 0.00

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE03FF (or 0xFE03FF) is known color: Magenta. HEX triplet: FE, 03 and FF. RGB value is (254,3,255). Sum of RGB (Red+Green+Blue) = 254+3+255=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 3 (1.56% from 255 or 0.59% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE03FF is #01FC00. Grayscale: #6A6A6A. Windows color (decimal): -130049 or 16712702. OLE color: 16712702.

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

Color convert

RGB 254 3 255 -
CMYK 0.00 0.99 0 0
HSL 299.76º 1% 0.51% -
HSV(B) 299.76º 0.99% 1% -
XYZ 58.96 28.36 96.97 -
YUV 106.78 211.66 233.01 -
System Red Green Blue C M Y K H S L
Decimal 254 3 255 0.00 0.99 0 0 299.76 1 0.51
Hex FE 3 FF 0 63 0 0 12C 64 33
Octal 376 3 377 0 143 0 0 454 144 63
Binary 11111110 11 11111111 0 1100011 0 0 100101100 1100100 110011

Color Harmonies of #FE03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE03FF

Black with #FE03FF

Text Example


Text Example

White with #FE03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE03FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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