Html Css Color HEX #FE0FEF Magenta

📋 copy color: '#FE0FEF'

red 254 ◦ green 15 ◦ blue 239

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

Shades of Magenta #FE0FEF

Tints of Magenta #FE0FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.05%

R = 50%
G = 2.95%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE0FEF (or 0xFE0FEF) is known color: Magenta. HEX triplet: FE, 0F and EF. RGB value is (254,15,239). Sum of RGB (Red+Green+Blue) = 254+15+239=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FEF is #01F010. Grayscale: #6F6F6F. Windows color (decimal): -126993 or 15667198. OLE color: 15667198.

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

Color convert

RGB 254 15 239 -
CMYK 0 0.94 0.06 0.00
HSL 303.77º 0.99% 0.53% -
HSV(B) 303.77º 0.94% 1% -
XYZ 56.62 27.64 84.01 -
YUV 112 199.68 229.29 -
System Red Green Blue C M Y K H S L
Decimal 254 15 239 0 0.94 0.06 0.00 303.77 0.99 0.53
Hex FE F EF 0 5E 6 0 130 63 35
Octal 376 17 357 0 136 6 0 460 143 65
Binary 11111110 1111 11101111 0 1011110 110 0 100110000 1100011 110101

Color Harmonies of #FE0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FEF

Black with #FE0FEF

Text Example


Text Example

White with #FE0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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