Html Css Color HEX #FE00FB Magenta

📋 copy color: '#FE00FB'

red 254 ◦ green 0 ◦ blue 251

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

Shades of Magenta #FE00FB

Tints of Magenta #FE00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.3%
G = 0%
B = 49.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE00FB (or 0xFE00FB) is known color: Magenta. HEX triplet: FE, 00 and FB. RGB value is (254,0,251). Sum of RGB (Red+Green+Blue) = 254+0+251=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 0 (0.39% from 255 or 0% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00FB is #01FF04. Grayscale: #676767. Windows color (decimal): -130821 or 16449790. OLE color: 16449790.

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

Color convert

RGB 254 0 251 -
CMYK 0 1 0.01 0.00
HSL 300.71º 1% 0.5% -
HSV(B) 300.71º 1% 1% -
XYZ 58.29 28.04 93.61 -
YUV 104.56 210.65 234.59 -
System Red Green Blue C M Y K H S L
Decimal 254 0 251 0 1 0.01 0.00 300.71 1 0.5
Hex FE 0 FB 0 64 1 0 12D 64 32
Octal 376 0 373 0 144 1 0 455 144 62
Binary 11111110 0 11111011 0 1100100 1 0 100101101 1100100 110010

Color Harmonies of #FE00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00FB

Black with #FE00FB

Text Example


Text Example

White with #FE00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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