#F321FF

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

Shades of Magenta #F321FF

Tints of Magenta #F321FF

Color information

#F321FF (or 0xF321FF) is unknown color: approx Magenta. HEX triplet: F3, 21 and FF. RGB value is (243,33,255). Sum of RGB (Red+Green+Blue) = 243+33+255=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 33 (13.28% from 255 or 6.21% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F321FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F321FF is #0CDE00. Grayscale: #787878. Windows color (decimal): -843265 or 16720371. OLE color: 16720371.

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

Color convert

RGB24333255-
CMYK0.050.8700
HSL296.76º100%56.47%-
HSV(B)296.76º87.06%100%-
XYZ55.5627.3696.96-
YUV121.1203.57214.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal243332550.050.8700296.7610056.47
HexF321FF557001296438
Octal3634137751270045114470
Binary11110011100001111111111011010111001001010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F321FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F321FF; }

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

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

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

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

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

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

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

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