Html Css Color HEX #FE01F8 Magenta

📋 copy color: '#FE01F8'

red 254 ◦ green 1 ◦ blue 248

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

Shades of Magenta #FE01F8

Tints of Magenta #FE01F8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 50.5%
G = 0.2%
B = 49.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE01F8 (or 0xFE01F8) is known color: Magenta. HEX triplet: FE, 01 and F8. RGB value is (254,1,248). Sum of RGB (Red+Green+Blue) = 254+1+248=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 1 (0.78% from 255 or 0.20% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01F8 is #01FE07. Grayscale: #686868. Windows color (decimal): -130568 or 16253438. OLE color: 16253438.

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

Color convert

RGB 254 1 248 -
CMYK 0 1.00 0.02 0.00
HSL 301.42º 0.99% 0.5% -
HSV(B) 301.42º 1% 1% -
XYZ 57.83 27.87 91.14 -
YUV 104.81 208.82 234.42 -
System Red Green Blue C M Y K H S L
Decimal 254 1 248 0 1.00 0.02 0.00 301.42 0.99 0.5
Hex FE 1 F8 0 64 2 0 12D 63 32
Octal 376 1 370 0 144 2 0 455 143 62
Binary 11111110 1 11111000 0 1100100 10 0 100101101 1100011 110010

Color Harmonies of #FE01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01F8

Black with #FE01F8

Text Example


Text Example

White with #FE01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01F8; }

 p { color: rgb(254,1,248); }

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

background-color css

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

 a { background-color: rgb(254,1,248); }

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

border-color css

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

 span { border-color: rgb(254,1,248); }

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