Html Css Color HEX #FE14E6 Magenta

📋 copy color: '#FE14E6'

red 254 ◦ green 20 ◦ blue 230

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

Shades of Magenta #FE14E6

Tints of Magenta #FE14E6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 3.97%

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 50.4%
G = 3.97%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE14E6 (or 0xFE14E6) is known color: Magenta. HEX triplet: FE, 14 and E6. RGB value is (254,20,230). Sum of RGB (Red+Green+Blue) = 254+20+230=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 20 (8.20% from 255 or 3.97% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE14E6 is #01EB19. Grayscale: #717171. Windows color (decimal): -125722 or 15078654. OLE color: 15078654.

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

Color convert

RGB 254 20 230 -
CMYK 0 0.92 0.09 0.00
HSL 306.15º 0.99% 0.54% -
HSV(B) 306.15º 0.92% 1% -
XYZ 55.41 27.28 77.21 -
YUV 113.91 193.52 227.92 -
System Red Green Blue C M Y K H S L
Decimal 254 20 230 0 0.92 0.09 0.00 306.15 0.99 0.54
Hex FE 14 E6 0 5C 9 0 132 63 36
Octal 376 24 346 0 134 11 0 462 143 66
Binary 11111110 10100 11100110 0 1011100 1001 0 100110010 1100011 110110

Color Harmonies of #FE14E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE14E6

Black with #FE14E6

Text Example


Text Example

White with #FE14E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE14E6; }

 p { color: rgb(254,20,230); }

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

background-color css

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

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

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

border-color css

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

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

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