#FF2AFF

Color #FF2AFF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FF2AFF

Tints of Magenta #FF2AFF

Color information

#FF2AFF (or 0xFF2AFF) is unknown color: approx Magenta. HEX triplet: FF, 2A and FF. RGB value is (255,42,255). Sum of RGB (Red+Green+Blue) = 255+42+255=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 42 (16.80% from 255 or 7.61% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2AFF is #00D500. Grayscale: #818181. Windows color (decimal): -54529 or 16722687. OLE color: 16722687.

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

Color convert

RGB25542255-
CMYK00.8400
HSL300º100%58.24%-
HSV(B)300º83.53%100%-
XYZ60.1230.1497.26-
YUV129.97198.57217.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 42 (16.80% from 255) = 7.61%
BLUE value IS 255 (100% from 255) = 46.20%
R=46.20%
G=7.61%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554225500.840030010058.24
HexFF2AFF0540012c643a
Octal3775237701240045414472
Binary111111111010101111111101010100001001011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2AFF; }

 p { color: rgb(255,42,255); }

 H1.HeaderClassName
 {
   color: #FF2AFF;
 }
 .AnyTagClassName
 {
   color: #FF2AFF;
 }
</style>
background-color css

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

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

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

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

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

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