#F924F5

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

Shades of Magenta #F924F5

Tints of Magenta #F924F5

Color information

#F924F5 (or 0xF924F5) is unknown color: approx Magenta. HEX triplet: F9, 24 and F5. RGB value is (249,36,245). Sum of RGB (Red+Green+Blue) = 249+36+245=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 36 (14.45% from 255 or 6.79% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F924F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F924F5 is #06DB0A. Grayscale: #7A7A7A. Windows color (decimal): -449291 or 16065785. OLE color: 16065785.

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

Color convert

RGB24936245-
CMYK00.860.020.02
HSL301.13º94.67%55.88%-
HSV(B)301.13º85.54%97.65%-
XYZ56.1827.9988.83-
YUV123.51196.57217.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 36 (14.45% from 255) = 6.79%
BLUE value IS 245 (96.09% from 255) = 46.23%
R=46.98%
G=6.79%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493624500.860.020.02301.1394.6755.88
HexF924F50562212d5f38
Octal3714436501262245513770
Binary11111001100100111101010101011010101001011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F924F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F924F5; }

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

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

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

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

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

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

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

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