Html Css Color HEX #FE16FB Magenta

📋 copy color: '#FE16FB'

red 254 ◦ green 22 ◦ blue 251

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

Shades of Magenta #FE16FB

Tints of Magenta #FE16FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 48.2%
G = 4.17%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE16FB (or 0xFE16FB) is known color: Magenta. HEX triplet: FE, 16 and FB. RGB value is (254,22,251). Sum of RGB (Red+Green+Blue) = 254+22+251=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 22 (8.98% from 255 or 4.17% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16FB is #01E904. Grayscale: #747474. Windows color (decimal): -125189 or 16455422. OLE color: 16455422.

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

Color convert

RGB 254 22 251 -
CMYK 0 0.91 0.01 0.00
HSL 300.78º 0.99% 0.54% -
HSV(B) 300.78º 0.91% 1% -
XYZ 58.57 28.61 93.7 -
YUV 117.47 203.36 225.38 -
System Red Green Blue C M Y K H S L
Decimal 254 22 251 0 0.91 0.01 0.00 300.78 0.99 0.54
Hex FE 16 FB 0 5B 1 0 12D 63 36
Octal 376 26 373 0 133 1 0 455 143 66
Binary 11111110 10110 11111011 0 1011011 1 0 100101101 1100011 110110

Color Harmonies of #FE16FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16FB

Black with #FE16FB

Text Example


Text Example

White with #FE16FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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