Html Css Color HEX #FE31FD Magenta

📋 copy color: '#FE31FD'

red 254 ◦ green 49 ◦ blue 253

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

Shades of Magenta #FE31FD

Tints of Magenta #FE31FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 8.81%

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

R = 45.68%
G = 8.81%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE31FD (or 0xFE31FD) is known color: Magenta. HEX triplet: FE, 31 and FD. RGB value is (254,49,253). Sum of RGB (Red+Green+Blue) = 254+49+253=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 49 (19.53% from 255 or 8.81% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE31FD is #01CE02. Grayscale: #848484. Windows color (decimal): -118275 or 16593406. OLE color: 16593406.

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

Color convert

RGB 254 49 253 -
CMYK 0 0.81 0.00 0.00
HSL 300.29º 0.99% 0.59% -
HSV(B) 300.29º 0.81% 1% -
XYZ 59.7 30.36 95.64 -
YUV 133.55 195.42 213.91 -
System Red Green Blue C M Y K H S L
Decimal 254 49 253 0 0.81 0.00 0.00 300.29 0.99 0.59
Hex FE 31 FD 0 51 0 0 12C 63 3B
Octal 376 61 375 0 121 0 0 454 143 73
Binary 11111110 110001 11111101 0 1010001 0 0 100101100 1100011 111011

Color Harmonies of #FE31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE31FD

Black with #FE31FD

Text Example


Text Example

White with #FE31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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