Html Css Color HEX #FF1AED Magenta

📋 copy color: '#FF1AED'

red 255 ◦ green 26 ◦ blue 237

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

Shades of Magenta #FF1AED

Tints of Magenta #FF1AED

RGB

 RED value IS 255 (100% from 255) = 49.23%

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 49.23%
G = 5.02%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF1AED (or 0xFF1AED) is known color: Magenta. HEX triplet: FF, 1A and ED. RGB value is (255,26,237). Sum of RGB (Red+Green+Blue) = 255+26+237=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1AED is #00E512. Grayscale: #757575. Windows color (decimal): -58643 or 15538943. OLE color: 15538943.

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

Color convert

RGB 255 26 237 -
CMYK 0 0.90 0.07 0
HSL 304.72º 1% 0.55% -
HSV(B) 304.72º 0.9% 1% -
XYZ 56.9 28.11 82.55 -
YUV 118.53 194.87 225.34 -
System Red Green Blue C M Y K H S L
Decimal 255 26 237 0 0.90 0.07 0 304.72 1 0.55
Hex FF 1A ED 0 5A 7 0 131 64 37
Octal 377 32 355 0 132 7 0 461 144 67
Binary 11111111 11010 11101101 0 1011010 111 0 100110001 1100100 110111

Color Harmonies of #FF1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1AED

Black with #FF1AED

Text Example


Text Example

White with #FF1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1AED; }

 p { color: rgb(255,26,237); }

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

background-color css

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

 a { background-color: rgb(255,26,237); }

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

border-color css

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

 span { border-color: rgb(255,26,237); }

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