#F912F6

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

Shades of Magenta #F912F6

Tints of Magenta #F912F6

Color information

#F912F6 (or 0xF912F6) is unknown color: approx Magenta. HEX triplet: F9, 12 and F6. RGB value is (249,18,246). Sum of RGB (Red+Green+Blue) = 249+18+246=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 18 (7.42% from 255 or 3.51% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F912F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912F6 is #06ED09. Grayscale: #707070. Windows color (decimal): -453898 or 16126713. OLE color: 16126713.

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

Color convert

RGB24918246-
CMYK00.930.010.02
HSL300.78º95.06%52.35%-
HSV(B)300.78º92.77%97.65%-
XYZ55.9227.2389.5-
YUV113.06203.03224.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 18 (7.42% from 255) = 3.51%
BLUE value IS 246 (96.48% from 255) = 47.95%
R=48.54%
G=3.51%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491824600.930.010.02300.7895.0652.35
HexF912F605D1212d5f34
Octal3712236601351245513764
Binary111110011001011110110010111011101001011011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F912F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F912F6; }

 p { color: rgb(249,18,246); }

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

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

 a { background-color: rgb(249,18,246); }

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

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

 span { border-color: rgb(249,18,246); }

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