#F920F5

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

Shades of Magenta #F920F5

Tints of Magenta #F920F5

Color information

#F920F5 (or 0xF920F5) is unknown color: approx Magenta. HEX triplet: F9, 20 and F5. RGB value is (249,32,245). Sum of RGB (Red+Green+Blue) = 249+32+245=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 32 (12.89% from 255 or 6.08% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F920F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F920F5 is #06DF0A. Grayscale: #787878. Windows color (decimal): -450315 or 16064761. OLE color: 16064761.

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

Color convert

RGB24932245-
CMYK00.870.020.02
HSL301.11º94.76%55.1%-
HSV(B)301.11º87.15%97.65%-
XYZ56.0627.7788.79-
YUV121.16197.89219.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.34%
GREEN value IS 32 (12.89% from 255) = 6.08%
BLUE value IS 245 (96.09% from 255) = 46.58%
R=47.34%
G=6.08%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493224500.870.020.02301.1194.7655.1
HexF920F50572212d5f37
Octal3714036501272245513767
Binary11111001100000111101010101011110101001011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F920F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F920F5; }

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

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

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

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

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

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

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

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