Html Css Color HEX #FE13FE Magenta

📋 copy color: '#FE13FE'

red 254 ◦ green 19 ◦ blue 254

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

Shades of Magenta #FE13FE

Tints of Magenta #FE13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.61%

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

R = 48.2%
G = 3.61%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE13FE (or 0xFE13FE) is known color: Magenta. HEX triplet: FE, 13 and FE. RGB value is (254,19,254). Sum of RGB (Red+Green+Blue) = 254+19+254=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 19 (7.81% from 255 or 3.61% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE13FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13FE is #01EC01. Grayscale: #737373. Windows color (decimal): -125954 or 16651262. OLE color: 16651262.

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

Color convert

RGB 254 19 254 -
CMYK 0 0.93 0 0.00
HSL 300º 0.99% 0.54% -
HSV(B) 300º 0.93% 1% -
XYZ 59 28.69 96.19 -
YUV 116.06 205.86 226.39 -
System Red Green Blue C M Y K H S L
Decimal 254 19 254 0 0.93 0 0.00 300 0.99 0.54
Hex FE 13 FE 0 5D 0 0 12C 63 36
Octal 376 23 376 0 135 0 0 454 143 66
Binary 11111110 10011 11111110 0 1011101 0 0 100101100 1100011 110110

Color Harmonies of #FE13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE13FE

Black with #FE13FE

Text Example


Text Example

White with #FE13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE13FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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