Html Css Color HEX #FE0EED Magenta

📋 copy color: '#FE0EED'

red 254 ◦ green 14 ◦ blue 237

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

Shades of Magenta #FE0EED

Tints of Magenta #FE0EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 50.3%
G = 2.77%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE0EED (or 0xFE0EED) is known color: Magenta. HEX triplet: FE, 0E and ED. RGB value is (254,14,237). Sum of RGB (Red+Green+Blue) = 254+14+237=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EED is #01F112. Grayscale: #6E6E6E. Windows color (decimal): -127251 or 15535870. OLE color: 15535870.

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

Color convert

RGB 254 14 237 -
CMYK 0 0.94 0.07 0.00
HSL 304.25º 0.99% 0.53% -
HSV(B) 304.25º 0.94% 1% -
XYZ 56.32 27.5 82.46 -
YUV 111.18 199.01 229.87 -
System Red Green Blue C M Y K H S L
Decimal 254 14 237 0 0.94 0.07 0.00 304.25 0.99 0.53
Hex FE E ED 0 5E 7 0 130 63 35
Octal 376 16 355 0 136 7 0 460 143 65
Binary 11111110 1110 11101101 0 1011110 111 0 100110000 1100011 110101

Color Harmonies of #FE0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EED

Black with #FE0EED

Text Example


Text Example

White with #FE0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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