Html Css Color HEX #FE0EFF Magenta

📋 copy color: '#FE0EFF'

red 254 ◦ green 14 ◦ blue 255

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

Shades of Magenta #FE0EFF

Tints of Magenta #FE0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.68%

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

R = 48.57%
G = 2.68%
B = 48.76%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE0EFF (or 0xFE0EFF) is known color: Magenta. HEX triplet: FE, 0E and FF. RGB value is (254,14,255). Sum of RGB (Red+Green+Blue) = 254+14+255=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 14 (5.86% from 255 or 2.68% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE0EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EFF is #01F100. Grayscale: #707070. Windows color (decimal): -127233 or 16715518. OLE color: 16715518.

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

Color convert

RGB 254 14 255 -
CMYK 0.00 0.95 0 0
HSL 299.75º 1% 0.53% -
HSV(B) 299.75º 0.95% 1% -
XYZ 59.08 28.6 97.02 -
YUV 113.23 208.01 228.4 -
System Red Green Blue C M Y K H S L
Decimal 254 14 255 0.00 0.95 0 0 299.75 1 0.53
Hex FE E FF 0 5F 0 0 12C 64 35
Octal 376 16 377 0 137 0 0 454 144 65
Binary 11111110 1110 11111111 0 1011111 0 0 100101100 1100100 110101

Color Harmonies of #FE0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EFF

Black with #FE0EFF

Text Example


Text Example

White with #FE0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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