#F920F7

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

Shades of Magenta #F920F7

Tints of Magenta #F920F7

Color information

#F920F7 (or 0xF920F7) is unknown color: approx Magenta. HEX triplet: F9, 20 and F7. RGB value is (249,32,247). Sum of RGB (Red+Green+Blue) = 249+32+247=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 32 (12.89% from 255 or 6.06% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F920F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F920F7 is #06DF08. Grayscale: #787878. Windows color (decimal): -450313 or 16195833. OLE color: 16195833.

HSL color Cylindrical-coordinate representation of color #F920F7: hue angle of 300.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F920F7 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB24932247-
CMYK00.870.010.02
HSL300.55º94.76%55.1%-
HSV(B)300.55º87.15%97.65%-
XYZ56.3727.8990.41-
YUV121.39198.89219.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.16%
GREEN value IS 32 (12.89% from 255) = 6.06%
BLUE value IS 247 (96.88% from 255) = 46.78%
R=47.16%
G=6.06%
B=46.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493224700.870.010.02300.5594.7655.1
HexF920F70571212d5f37
Octal3714036701271245513767
Binary1111100110000011110111010101111101001011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F920F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F920F7; }

 p { color: rgb(249,32,247); }

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

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

 a { background-color: rgb(249,32,247); }

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

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

 span { border-color: rgb(249,32,247); }

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