Html Css Color HEX #FE16E6 Magenta

📋 copy color: '#FE16E6'

red 254 ◦ green 22 ◦ blue 230

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

Shades of Magenta #FE16E6

Tints of Magenta #FE16E6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.35%

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

R = 50.2%
G = 4.35%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE16E6 (or 0xFE16E6) is known color: Magenta. HEX triplet: FE, 16 and E6. RGB value is (254,22,230). Sum of RGB (Red+Green+Blue) = 254+22+230=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 22 (8.98% from 255 or 4.35% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16E6 is #01E919. Grayscale: #727272. Windows color (decimal): -125210 or 15079166. OLE color: 15079166.

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

Color convert

RGB 254 22 230 -
CMYK 0 0.91 0.09 0.00
HSL 306.21º 0.99% 0.54% -
HSV(B) 306.21º 0.91% 1% -
XYZ 55.44 27.36 77.22 -
YUV 115.08 192.86 227.09 -
System Red Green Blue C M Y K H S L
Decimal 254 22 230 0 0.91 0.09 0.00 306.21 0.99 0.54
Hex FE 16 E6 0 5B 9 0 132 63 36
Octal 376 26 346 0 133 11 0 462 143 66
Binary 11111110 10110 11100110 0 1011011 1001 0 100110010 1100011 110110

Color Harmonies of #FE16E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16E6

Black with #FE16E6

Text Example


Text Example

White with #FE16E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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