#FF21F3

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

Shades of Magenta #FF21F3

Tints of Magenta #FF21F3

Color information

#FF21F3 (or 0xFF21F3) is unknown color: approx Magenta. HEX triplet: FF, 21 and F3. RGB value is (255,33,243). Sum of RGB (Red+Green+Blue) = 255+33+243=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 33 (13.28% from 255 or 6.21% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF21F3 is #00DE0C. Grayscale: #7A7A7A. Windows color (decimal): -56845 or 15933951. OLE color: 15933951.

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

Color convert

RGB25533243-
CMYK00.870.050
HSL303.24º100%56.47%-
HSV(B)303.24º87.06%100%-
XYZ57.9628.8287.3-
YUV123.32195.55221.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 33 (13.28% from 255) = 6.21%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=48.02%
G=6.21%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553324300.870.050303.2410056.47
HexFF21F30575012f6438
Octal3774136301275045714470
Binary11111111100001111100110101011110101001011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF21F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF21F3; }

 p { color: rgb(255,33,243); }

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

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

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

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

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

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

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