Html Css Color HEX #FE0FEC Magenta

📋 copy color: '#FE0FEC'

red 254 ◦ green 15 ◦ blue 236

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

Shades of Magenta #FE0FEC

Tints of Magenta #FE0FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 50.3%
G = 2.97%
B = 46.73%

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

#FE0FEC (or 0xFE0FEC) is known color: Magenta. HEX triplet: FE, 0F and EC. RGB value is (254,15,236). Sum of RGB (Red+Green+Blue) = 254+15+236=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FEC is #01F013. Grayscale: #6F6F6F. Windows color (decimal): -126996 or 15470590. OLE color: 15470590.

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

Color convert

RGB 254 15 236 -
CMYK 0 0.94 0.07 0.00
HSL 304.52º 0.99% 0.53% -
HSV(B) 304.52º 0.94% 1% -
XYZ 56.18 27.47 81.7 -
YUV 111.66 198.18 229.53 -
System Red Green Blue C M Y K H S L
Decimal 254 15 236 0 0.94 0.07 0.00 304.52 0.99 0.53
Hex FE F EC 0 5E 7 0 131 63 35
Octal 376 17 354 0 136 7 0 461 143 65
Binary 11111110 1111 11101100 0 1011110 111 0 100110001 1100011 110101

Color Harmonies of #FE0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FEC

Black with #FE0FEC

Text Example


Text Example

White with #FE0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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