Html Css Color HEX #FE0FFF Magenta

📋 copy color: '#FE0FFF'

red 254 ◦ green 15 ◦ blue 255

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

Shades of Magenta #FE0FFF

Tints of Magenta #FE0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.86%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 48.47%
G = 2.86%
B = 48.66%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE0FFF (or 0xFE0FFF) is known color: Magenta. HEX triplet: FE, 0F and FF. RGB value is (254,15,255). Sum of RGB (Red+Green+Blue) = 254+15+255=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 15 (6.25% from 255 or 2.86% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FFF is #01F000. Grayscale: #717171. Windows color (decimal): -126977 or 16715774. OLE color: 16715774.

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

Color convert

RGB 254 15 255 -
CMYK 0.00 0.94 0 0
HSL 299.75º 1% 0.53% -
HSV(B) 299.75º 0.94% 1% -
XYZ 59.09 28.63 97.02 -
YUV 113.82 207.68 227.99 -
System Red Green Blue C M Y K H S L
Decimal 254 15 255 0.00 0.94 0 0 299.75 1 0.53
Hex FE F FF 0 5E 0 0 12C 64 35
Octal 376 17 377 0 136 0 0 454 144 65
Binary 11111110 1111 11111111 0 1011110 0 0 100101100 1100100 110101

Color Harmonies of #FE0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FFF

Black with #FE0FFF

Text Example


Text Example

White with #FE0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FFF; }

 p { color: rgb(254,15,255); }

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

background-color css

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

 a { background-color: rgb(254,15,255); }

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

border-color css

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

 span { border-color: rgb(254,15,255); }

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