#F924F4

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

Shades of Magenta #F924F4

Tints of Magenta #F924F4

Color information

#F924F4 (or 0xF924F4) is unknown color: approx Magenta. HEX triplet: F9, 24 and F4. RGB value is (249,36,244). Sum of RGB (Red+Green+Blue) = 249+36+244=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 36 (14.45% from 255 or 6.81% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F924F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F924F4 is #06DB0B. Grayscale: #7A7A7A. Windows color (decimal): -449292 or 16000249. OLE color: 16000249.

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

Color convert

RGB24936244-
CMYK00.860.020.02
HSL301.41º94.67%55.88%-
HSV(B)301.41º85.54%97.65%-
XYZ56.0327.9388.03-
YUV123.4196.07217.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 36 (14.45% from 255) = 6.81%
BLUE value IS 244 (95.70% from 255) = 46.12%
R=47.07%
G=6.81%
B=46.12%

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
Decimal2493624400.860.020.02301.4194.6755.88
HexF924F40562212d5f38
Octal3714436401262245513770
Binary11111001100100111101000101011010101001011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F924F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F924F4; }

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

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

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

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

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

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

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

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