Html Css Color HEX #FD1EFE Magenta

📋 copy color: '#FD1EFE'

red 253 ◦ green 30 ◦ blue 254

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

Shades of Magenta #FD1EFE

Tints of Magenta #FD1EFE

RGB

 RED value IS 253 (99.22% from 255) = 47.11%

 GREEN value IS 30 (12.11% from 255) = 5.59%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 47.11%
G = 5.59%
B = 47.3%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD1EFE (or 0xFD1EFE) is known color: Magenta. HEX triplet: FD, 1E and FE. RGB value is (253,30,254). Sum of RGB (Red+Green+Blue) = 253+30+254=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 30 (12.11% from 255 or 5.59% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD1EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1EFE is #02E101. Grayscale: #797979. Windows color (decimal): -188674 or 16654077. OLE color: 16654077.

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

Color convert

RGB 253 30 254 -
CMYK 0.00 0.88 0 0.00
HSL 299.73º 0.99% 0.56% -
HSV(B) 299.73º 0.88% 1% -
XYZ 58.86 28.97 96.25 -
YUV 122.21 202.38 221.29 -
System Red Green Blue C M Y K H S L
Decimal 253 30 254 0.00 0.88 0 0.00 299.73 0.99 0.56
Hex FD 1E FE 0 58 0 0 12C 63 38
Octal 375 36 376 0 130 0 0 454 143 70
Binary 11111101 11110 11111110 0 1011000 0 0 100101100 1100011 111000

Color Harmonies of #FD1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EFE

Black with #FD1EFE

Text Example


Text Example

White with #FD1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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