Html Css Color HEX #FE1FFD Magenta

📋 copy color: '#FE1FFD'

red 254 ◦ green 31 ◦ blue 253

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

Shades of Magenta #FE1FFD

Tints of Magenta #FE1FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.76%

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 47.21%
G = 5.76%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE1FFD (or 0xFE1FFD) is known color: Magenta. HEX triplet: FE, 1F and FD. RGB value is (254,31,253). Sum of RGB (Red+Green+Blue) = 254+31+253=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 31 (12.5% from 255 or 5.76% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FFD is #01E002. Grayscale: #7A7A7A. Windows color (decimal): -122883 or 16588798. OLE color: 16588798.

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

Color convert

RGB 254 31 253 -
CMYK 0 0.88 0.00 0.00
HSL 300.27º 0.99% 0.56% -
HSV(B) 300.27º 0.88% 1% -
XYZ 59.09 29.14 95.44 -
YUV 122.99 201.38 221.45 -
System Red Green Blue C M Y K H S L
Decimal 254 31 253 0 0.88 0.00 0.00 300.27 0.99 0.56
Hex FE 1F FD 0 58 0 0 12C 63 38
Octal 376 37 375 0 130 0 0 454 143 70
Binary 11111110 11111 11111101 0 1011000 0 0 100101100 1100011 111000

Color Harmonies of #FE1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1FFD

Black with #FE1FFD

Text Example


Text Example

White with #FE1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1FFD; }

 p { color: rgb(254,31,253); }

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

background-color css

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

 a { background-color: rgb(254,31,253); }

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

border-color css

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

 span { border-color: rgb(254,31,253); }

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