Html Css Color HEX #FE05FD Magenta

📋 copy color: '#FE05FD'

red 254 ◦ green 5 ◦ blue 253

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

Shades of Magenta #FE05FD

Tints of Magenta #FE05FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.98%

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

R = 49.61%
G = 0.98%
B = 49.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE05FD (or 0xFE05FD) is known color: Magenta. HEX triplet: FE, 05 and FD. RGB value is (254,5,253). Sum of RGB (Red+Green+Blue) = 254+5+253=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 5 (2.34% from 255 or 0.98% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE05FD is #01FA02. Grayscale: #6A6A6A. Windows color (decimal): -129539 or 16582142. OLE color: 16582142.

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

Color convert

RGB 254 5 253 -
CMYK 0 0.98 0.00 0.00
HSL 300.24º 0.99% 0.51% -
HSV(B) 300.24º 0.98% 1% -
XYZ 58.66 28.27 95.29 -
YUV 107.72 209.99 232.33 -
System Red Green Blue C M Y K H S L
Decimal 254 5 253 0 0.98 0.00 0.00 300.24 0.99 0.51
Hex FE 5 FD 0 62 0 0 12C 63 33
Octal 376 5 375 0 142 0 0 454 143 63
Binary 11111110 101 11111101 0 1100010 0 0 100101100 1100011 110011

Color Harmonies of #FE05FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE05FD

Black with #FE05FD

Text Example


Text Example

White with #FE05FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE05FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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