Html Css Color HEX #FE00F7 Magenta

📋 copy color: '#FE00F7'

red 254 ◦ green 0 ◦ blue 247

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

Shades of Magenta #FE00F7

Tints of Magenta #FE00F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.3%

R = 50.7%
G = 0%
B = 49.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE00F7 (or 0xFE00F7) is known color: Magenta. HEX triplet: FE, 00 and F7. RGB value is (254,0,247). Sum of RGB (Red+Green+Blue) = 254+0+247=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 0 (0.39% from 255 or 0% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00F7 is #01FF08. Grayscale: #676767. Windows color (decimal): -130825 or 16187646. OLE color: 16187646.

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

Color convert

RGB 254 0 247 -
CMYK 0 1 0.03 0.00
HSL 301.65º 1% 0.5% -
HSV(B) 301.65º 1% 1% -
XYZ 57.66 27.79 90.32 -
YUV 104.1 208.65 234.92 -
System Red Green Blue C M Y K H S L
Decimal 254 0 247 0 1 0.03 0.00 301.65 1 0.5
Hex FE 0 F7 0 64 3 0 12E 64 32
Octal 376 0 367 0 144 3 0 456 144 62
Binary 11111110 0 11110111 0 1100100 11 0 100101110 1100100 110010

Color Harmonies of #FE00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00F7

Black with #FE00F7

Text Example


Text Example

White with #FE00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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