#f921ff

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

Shades of Magenta #F921FF

Tints of Magenta #F921FF

Color information

#F921FF (or 0xF921FF) is unknown color: approx Magenta. HEX triplet: F9, 21 and FF. RGB value is (249,33,255). Sum of RGB (Red+Green+Blue) = 249+33+255=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 33 (13.28% from 255 or 6.15% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #F921FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F921FF is #06DE00. Grayscale: #7A7A7A. Windows color (decimal): -450049 or 16720377. OLE color: 16720377.

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

Color convert

RGB24933255-
CMYK0.020.8700
HSL298.38º100%56.47%-
HSV(B)298.38º87.06%100%-
XYZ57.6628.4597.06-
YUV122.89202.56217.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.37%
GREEN value IS 33 (13.28% from 255) = 6.15%
BLUE value IS 255 (100% from 255) = 47.49%
R=46.37%
G=6.15%
B=47.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal249332550.020.8700298.3810056.47
HexF921FF2570012a6438
Octal3714137721270045214470
Binary1111100110000111111111101010111001001010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f921ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f921ff; }

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

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

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

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

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

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

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

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