Html Css Color HEX #FD1AE8 Magenta

📋 copy color: '#FD1AE8'

red 253 ◦ green 26 ◦ blue 232

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

Shades of Magenta #FD1AE8

Tints of Magenta #FD1AE8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.09%

 BLUE value IS 232 (91.02% from 255) = 45.4%

R = 49.51%
G = 5.09%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD1AE8 (or 0xFD1AE8) is known color: Magenta. HEX triplet: FD, 1A and E8. RGB value is (253,26,232). Sum of RGB (Red+Green+Blue) = 253+26+232=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1AE8 is #02E517. Grayscale: #747474. Windows color (decimal): -189720 or 15211261. OLE color: 15211261.

HSL color Cylindrical-coordinate representation of color #FD1AE8: hue angle of 305.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1AE8 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 26 232 -
CMYK 0 0.90 0.08 0.01
HSL 305.55º 0.98% 0.55% -
HSV(B) 305.55º 0.9% 0.99% -
XYZ 55.44 27.45 78.72 -
YUV 117.36 192.71 224.75 -
System Red Green Blue C M Y K H S L
Decimal 253 26 232 0 0.90 0.08 0.01 305.55 0.98 0.55
Hex FD 1A E8 0 5A 8 1 132 62 37
Octal 375 32 350 0 132 10 1 462 142 67
Binary 11111101 11010 11101000 0 1011010 1000 1 100110010 1100010 110111

Color Harmonies of #FD1AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1AE8

Black with #FD1AE8

Text Example


Text Example

White with #FD1AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1AE8; }

 p { color: rgb(253,26,232); }

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

background-color css

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

 a { background-color: rgb(253,26,232); }

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

border-color css

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

 span { border-color: rgb(253,26,232); }

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