Html Css Color HEX #FE0FF8 Magenta

📋 copy color: '#FE0FF8'

red 254 ◦ green 15 ◦ blue 248

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

Shades of Magenta #FE0FF8

Tints of Magenta #FE0FF8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.9%

 BLUE value IS 248 (97.27% from 255) = 47.97%

R = 49.13%
G = 2.9%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE0FF8 (or 0xFE0FF8) is known color: Magenta. HEX triplet: FE, 0F and F8. RGB value is (254,15,248). Sum of RGB (Red+Green+Blue) = 254+15+248=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 15 (6.25% from 255 or 2.90% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FF8 is #01F007. Grayscale: #707070. Windows color (decimal): -126984 or 16257022. OLE color: 16257022.

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

Color convert

RGB 254 15 248 -
CMYK 0 0.94 0.02 0.00
HSL 301.51º 0.99% 0.53% -
HSV(B) 301.51º 0.94% 1% -
XYZ 57.99 28.19 91.19 -
YUV 113.02 204.18 228.55 -
System Red Green Blue C M Y K H S L
Decimal 254 15 248 0 0.94 0.02 0.00 301.51 0.99 0.53
Hex FE F F8 0 5E 2 0 12E 63 35
Octal 376 17 370 0 136 2 0 456 143 65
Binary 11111110 1111 11111000 0 1011110 10 0 100101110 1100011 110101

Color Harmonies of #FE0FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0FF8

Black with #FE0FF8

Text Example


Text Example

White with #FE0FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0FF8; }

 p { color: rgb(254,15,248); }

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

background-color css

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

 a { background-color: rgb(254,15,248); }

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

border-color css

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

 span { border-color: rgb(254,15,248); }

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