Html Css Color HEX #FE0FFE Magenta

📋 copy color: '#FE0FFE'

red 254 ◦ green 15 ◦ blue 254

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

Shades of Magenta #FE0FFE

Tints of Magenta #FE0FFE

RGB

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

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

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

R = 48.57%
G = 2.87%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE0FFE (or 0xFE0FFE) is known color: Magenta. HEX triplet: FE, 0F and FE. RGB value is (254,15,254). Sum of RGB (Red+Green+Blue) = 254+15+254=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 15 (6.25% from 255 or 2.87% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE0FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FFE is #01F001. Grayscale: #707070. Windows color (decimal): -126978 or 16650238. OLE color: 16650238.

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

Color convert

RGB 254 15 254 -
CMYK 0 0.94 0 0.00
HSL 300º 0.99% 0.53% -
HSV(B) 300º 0.94% 1% -
XYZ 58.93 28.57 96.17 -
YUV 113.71 207.18 228.07 -
System Red Green Blue C M Y K H S L
Decimal 254 15 254 0 0.94 0 0.00 300 0.99 0.53
Hex FE F FE 0 5E 0 0 12C 63 35
Octal 376 17 376 0 136 0 0 454 143 65
Binary 11111110 1111 11111110 0 1011110 0 0 100101100 1100011 110101

Color Harmonies of #FE0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FFE

Black with #FE0FFE

Text Example


Text Example

White with #FE0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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