Html Css Color HEX #FE17E7 Magenta

📋 copy color: '#FE17E7'

red 254 ◦ green 23 ◦ blue 231

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

Shades of Magenta #FE17E7

Tints of Magenta #FE17E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 50%
G = 4.53%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE17E7 (or 0xFE17E7) is known color: Magenta. HEX triplet: FE, 17 and E7. RGB value is (254,23,231). Sum of RGB (Red+Green+Blue) = 254+23+231=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17E7 is #01E818. Grayscale: #737373. Windows color (decimal): -124953 or 15144958. OLE color: 15144958.

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

Color convert

RGB 254 23 231 -
CMYK 0 0.91 0.09 0.00
HSL 305.97º 0.99% 0.54% -
HSV(B) 305.97º 0.91% 1% -
XYZ 55.6 27.45 77.97 -
YUV 115.78 193.03 226.59 -
System Red Green Blue C M Y K H S L
Decimal 254 23 231 0 0.91 0.09 0.00 305.97 0.99 0.54
Hex FE 17 E7 0 5B 9 0 132 63 36
Octal 376 27 347 0 133 11 0 462 143 66
Binary 11111110 10111 11100111 0 1011011 1001 0 100110010 1100011 110110

Color Harmonies of #FE17E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE17E7

Black with #FE17E7

Text Example


Text Example

White with #FE17E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE17E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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