Html Css Color HEX #FE17F8 Magenta

📋 copy color: '#FE17F8'

red 254 ◦ green 23 ◦ blue 248

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

Shades of Magenta #FE17F8

Tints of Magenta #FE17F8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.38%

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

R = 48.38%
G = 4.38%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE17F8 (or 0xFE17F8) is known color: Magenta. HEX triplet: FE, 17 and F8. RGB value is (254,23,248). Sum of RGB (Red+Green+Blue) = 254+23+248=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 23 (9.38% from 255 or 4.38% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17F8 is #01E807. Grayscale: #757575. Windows color (decimal): -124936 or 16259070. OLE color: 16259070.

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

Color convert

RGB 254 23 248 -
CMYK 0 0.91 0.02 0.00
HSL 301.56º 0.99% 0.54% -
HSV(B) 301.56º 0.91% 1% -
XYZ 58.12 28.46 91.24 -
YUV 117.72 201.53 225.2 -
System Red Green Blue C M Y K H S L
Decimal 254 23 248 0 0.91 0.02 0.00 301.56 0.99 0.54
Hex FE 17 F8 0 5B 2 0 12E 63 36
Octal 376 27 370 0 133 2 0 456 143 66
Binary 11111110 10111 11111000 0 1011011 10 0 100101110 1100011 110110

Color Harmonies of #FE17F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE17F8

Black with #FE17F8

Text Example


Text Example

White with #FE17F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE17F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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