Html Css Color HEX #FE01F0 Magenta

📋 copy color: '#FE01F0'

red 254 ◦ green 1 ◦ blue 240

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

Shades of Magenta #FE01F0

Tints of Magenta #FE01F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 51.31%
G = 0.2%
B = 48.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE01F0 (or 0xFE01F0) is known color: Magenta. HEX triplet: FE, 01 and F0. RGB value is (254,1,240). Sum of RGB (Red+Green+Blue) = 254+1+240=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 1 (0.78% from 255 or 0.20% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01F0 is #01FE0F. Grayscale: #676767. Windows color (decimal): -130576 or 15729150. OLE color: 15729150.

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

Color convert

RGB 254 1 240 -
CMYK 0 1.00 0.06 0.00
HSL 303.32º 0.99% 0.5% -
HSV(B) 303.32º 1% 1% -
XYZ 56.61 27.38 84.74 -
YUV 103.89 204.82 235.07 -
System Red Green Blue C M Y K H S L
Decimal 254 1 240 0 1.00 0.06 0.00 303.32 0.99 0.5
Hex FE 1 F0 0 64 6 0 12F 63 32
Octal 376 1 360 0 144 6 0 457 143 62
Binary 11111110 1 11110000 0 1100100 110 0 100101111 1100011 110010

Color Harmonies of #FE01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01F0

Black with #FE01F0

Text Example


Text Example

White with #FE01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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