Html Css Color HEX #FF1AE7 Magenta

📋 copy color: '#FF1AE7'

red 255 ◦ green 26 ◦ blue 231

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

Shades of Magenta #FF1AE7

Tints of Magenta #FF1AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.12%

R = 49.8%
G = 5.08%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF1AE7 (or 0xFF1AE7) is known color: Magenta. HEX triplet: FF, 1A and E7. RGB value is (255,26,231). Sum of RGB (Red+Green+Blue) = 255+26+231=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1AE7 is #00E518. Grayscale: #757575. Windows color (decimal): -58649 or 15145727. OLE color: 15145727.

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

Color convert

RGB 255 26 231 -
CMYK 0 0.90 0.09 0
HSL 306.29º 1% 0.55% -
HSV(B) 306.29º 0.9% 1% -
XYZ 56.03 27.77 78.01 -
YUV 117.84 191.87 225.83 -
System Red Green Blue C M Y K H S L
Decimal 255 26 231 0 0.90 0.09 0 306.29 1 0.55
Hex FF 1A E7 0 5A 9 0 132 64 37
Octal 377 32 347 0 132 11 0 462 144 67
Binary 11111111 11010 11100111 0 1011010 1001 0 100110010 1100100 110111

Color Harmonies of #FF1AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1AE7

Black with #FF1AE7

Text Example


Text Example

White with #FF1AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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