Html Css Color HEX #FE03FB Magenta

📋 copy color: '#FE03FB'

red 254 ◦ green 3 ◦ blue 251

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

Shades of Magenta #FE03FB

Tints of Magenta #FE03FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 50%
G = 0.59%
B = 49.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE03FB (or 0xFE03FB) is known color: Magenta. HEX triplet: FE, 03 and FB. RGB value is (254,3,251). Sum of RGB (Red+Green+Blue) = 254+3+251=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 3 (1.56% from 255 or 0.59% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE03FB is #01FC04. Grayscale: #696969. Windows color (decimal): -130053 or 16450558. OLE color: 16450558.

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

Color convert

RGB 254 3 251 -
CMYK 0 0.99 0.01 0.00
HSL 300.72º 0.99% 0.5% -
HSV(B) 300.72º 0.99% 1% -
XYZ 58.32 28.1 93.62 -
YUV 106.32 209.66 233.33 -
System Red Green Blue C M Y K H S L
Decimal 254 3 251 0 0.99 0.01 0.00 300.72 0.99 0.5
Hex FE 3 FB 0 63 1 0 12D 63 32
Octal 376 3 373 0 143 1 0 455 143 62
Binary 11111110 11 11111011 0 1100011 1 0 100101101 1100011 110010

Color Harmonies of #FE03FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE03FB

Black with #FE03FB

Text Example


Text Example

White with #FE03FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE03FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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