Html Css Color HEX #FE17FF Magenta

📋 copy color: '#FE17FF'

red 254 ◦ green 23 ◦ blue 255

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

Shades of Magenta #FE17FF

Tints of Magenta #FE17FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 47.74%
G = 4.32%
B = 47.93%

CMYK

 C value IS 0.00

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE17FF (or 0xFE17FF) is known color: Magenta. HEX triplet: FE, 17 and FF. RGB value is (254,23,255). Sum of RGB (Red+Green+Blue) = 254+23+255=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 23 (9.38% from 255 or 4.32% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE17FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17FF is #01E800. Grayscale: #757575. Windows color (decimal): -124929 or 16717822. OLE color: 16717822.

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

Color convert

RGB 254 23 255 -
CMYK 0.00 0.91 0 0
HSL 299.74º 1% 0.55% -
HSV(B) 299.74º 0.91% 1% -
XYZ 59.23 28.9 97.06 -
YUV 118.52 205.03 224.64 -
System Red Green Blue C M Y K H S L
Decimal 254 23 255 0.00 0.91 0 0 299.74 1 0.55
Hex FE 17 FF 0 5B 0 0 12C 64 37
Octal 376 27 377 0 133 0 0 454 144 67
Binary 11111110 10111 11111111 0 1011011 0 0 100101100 1100100 110111

Color Harmonies of #FE17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE17FF

Black with #FE17FF

Text Example


Text Example

White with #FE17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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