Html Css Color HEX #FE16F0 Magenta

📋 copy color: '#FE16F0'

red 254 ◦ green 22 ◦ blue 240

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

Shades of Magenta #FE16F0

Tints of Magenta #FE16F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 49.22%
G = 4.26%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE16F0 (or 0xFE16F0) is known color: Magenta. HEX triplet: FE, 16 and F0. RGB value is (254,22,240). Sum of RGB (Red+Green+Blue) = 254+22+240=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 22 (8.98% from 255 or 4.26% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16F0 is #01E90F. Grayscale: #737373. Windows color (decimal): -125200 or 15734526. OLE color: 15734526.

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

Color convert

RGB 254 22 240 -
CMYK 0 0.91 0.06 0.00
HSL 303.62º 0.99% 0.54% -
HSV(B) 303.62º 0.91% 1% -
XYZ 56.89 27.94 84.83 -
YUV 116.22 197.86 226.27 -
System Red Green Blue C M Y K H S L
Decimal 254 22 240 0 0.91 0.06 0.00 303.62 0.99 0.54
Hex FE 16 F0 0 5B 6 0 130 63 36
Octal 376 26 360 0 133 6 0 460 143 66
Binary 11111110 10110 11110000 0 1011011 110 0 100110000 1100011 110110

Color Harmonies of #FE16F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16F0

Black with #FE16F0

Text Example


Text Example

White with #FE16F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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