Html Css Color HEX #FE12FF Magenta

📋 copy color: '#FE12FF'

red 254 ◦ green 18 ◦ blue 255

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

Shades of Magenta #FE12FF

Tints of Magenta #FE12FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.42%

 BLUE value IS 255 (100% from 255) = 48.39%

R = 48.2%
G = 3.42%
B = 48.39%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE12FF (or 0xFE12FF) is known color: Magenta. HEX triplet: FE, 12 and FF. RGB value is (254,18,255). Sum of RGB (Red+Green+Blue) = 254+18+255=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 18 (7.42% from 255 or 3.42% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE12FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE12FF is #01ED00. Grayscale: #727272. Windows color (decimal): -126209 or 16716542. OLE color: 16716542.

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

Color convert

RGB 254 18 255 -
CMYK 0.00 0.93 0 0
HSL 299.75º 1% 0.54% -
HSV(B) 299.75º 0.93% 1% -
XYZ 59.14 28.72 97.03 -
YUV 115.58 206.69 226.73 -
System Red Green Blue C M Y K H S L
Decimal 254 18 255 0.00 0.93 0 0 299.75 1 0.54
Hex FE 12 FF 0 5D 0 0 12C 64 36
Octal 376 22 377 0 135 0 0 454 144 66
Binary 11111110 10010 11111111 0 1011101 0 0 100101100 1100100 110110

Color Harmonies of #FE12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12FF

Black with #FE12FF

Text Example


Text Example

White with #FE12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12FF; }

 p { color: rgb(254,18,255); }

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

background-color css

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

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

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

border-color css

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

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

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